-
Notifications
You must be signed in to change notification settings - Fork 0
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
Resolved issue #6: Stream query in release mode. #7
Conversation
Signed-off-by: Marvin Hansen <[email protected]>
Signed-off-by: Marvin Hansen <[email protected]>
…ming data in release mode. Added new method fetch_stream to ,well, fetch data from a continuous query of a stream. Signed-off-by: Marvin Hansen <[email protected]>
Signed-off-by: Marvin Hansen <[email protected]>
Please review & merge. Also, please merge PR #5 afterwards to trigger the release of a new version on crates.io. |
@zliang-min will be a better person to review the Rust code (I'll take care of the docs and release) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple small comments. Consider updating the query example as well?
Co-authored-by: Gimi Liang <[email protected]>
Co-authored-by: Gimi Liang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Gimi and Marvin for the refinement
Describe your changes
Resolved previous issue #6
Issue ticket number and link
#6
Code checklist before requesting a review
For details on make, please see BUILD.md
Note: The CI runs all of the above and fixing things before they hit CI speeds
up the review and merge process. Thank you.