Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.5.4 epl "time" is Doesn't work #41

Open
yang-guangyuan opened this issue Feb 23, 2023 · 5 comments
Open

8.5.4 epl "time" is Doesn't work #41

yang-guangyuan opened this issue Feb 23, 2023 · 5 comments

Comments

@yang-guangyuan
Copy link

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

@yang-guangyuan
Copy link
Author

@bernhardttom

@ajaxx
Copy link
Collaborator

ajaxx commented Feb 25, 2023

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' ?

@yang-guangyuan
Copy link
Author

yang-guangyuan commented Feb 28, 2023

image

image

@yang-guangyuan
Copy link
Author

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

@yang-guangyuan
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants