Open yang-guangyuan opened 1 year ago
@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:
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