nesper
nesper copied to clipboard
8.5.4 epl "time" is Doesn't work
hello, eplone=select *,max(price) from ObjectEvent#time(2 sec) epltwo=select *,max(price) from ObjectEvent
The result is the same, "time" is Doesn't work
@bernhardttom
Can you provide me with a simple test harness and I'll take a look at this.
I'd like to see how you are testing time-based events. What about the mechanism is not 'working' ?


run epl = "select *,max(price) from ObjectEvent#time(2 sec) ";
result:

run epl = "select *,max(price) from ObjectEvent";
result:
