We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Description 使用rest接口进行事件窗口event_window查询时没有返回数据,用ws接口或命令行查询时都有数据返回
To Reproduce Steps to reproduce the behavior:
select _wend,last(info) from test where ts>'2024-09-12 10:17:04' event_window start with state =0 end with state=1 limit 1
Expected Behavior 正确返回数据
附带问下为什么ws的性能比rest要差
The text was updated successfully, but these errors were encountered:
可以提供一下版本号和截图吗
Sorry, something went wrong.
No branches or pull requests
Bug Description
使用rest接口进行事件窗口event_window查询时没有返回数据,用ws接口或命令行查询时都有数据返回
To Reproduce
Steps to reproduce the behavior:
select _wend,last(info) from test where ts>'2024-09-12 10:17:04' event_window start with state =0 end with state=1 limit 1
Expected Behavior
正确返回数据
附带问下为什么ws的性能比rest要差
The text was updated successfully, but these errors were encountered: