-
-
Notifications
You must be signed in to change notification settings - Fork 153
Impl Arrow Flight Protocol for Querying #769
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
Conversation
38b2e24 to
b2d3301
Compare
|
|
3818795 to
df7cf18
Compare
|
Query is working with Staging Data. Edge case, if the staging query is triggered right at the moment object store sync takes place, |
932d423 to
8bf842a
Compare
1eb5330 to
87f2c9d
Compare
clean up clean up 2
2069c4f to
5cd4986
Compare
Need to update the `push_logs_unchecked` function as event processing has changed Need to clean up the `do_get` function for airplane
82f2aa9 to
321b0be
Compare
Client needs to have the correct decoders too(zstd)
|
Should fix #735 |
if the user give end time that is greater than `Utc::now()`. Response was not correct
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.
looks good to merge
Fixes #.
Description
Impl Arrow Flight Protocol for Querying
This PR has: