-
Notifications
You must be signed in to change notification settings - Fork 752
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
fix(query): Fix compressed buf not consumed correctly #5727
Conversation
Signed-off-by: Xuanwo <github@xuanwo.io>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
Maybe need to wait for @zhang2014 's PR. So that he doesn't need to resolve conflicts again. |
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
|
This bug related to #4491, I will fix them at the same time |
apache/opendal#327 will fix this issue. |
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Should we merge it? |
It's not ready yet, there are some stateful-test failed and related to this PR:
|
@@ -49,6 +48,8 @@ pub async fn upload_to_stage( | |||
|
|||
let user_mgr = context.get_user_manager(); | |||
|
|||
// TODO(xuanwo): logic here seems buggy, we need to fix it. | |||
// It's incorrect to get operator from context if we are uploading an external stage. |
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.
Add new function as get_external_operator
?
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.
These logics are not covered by stateful tests. So I think they are wrong for a long time.
I will fix them in another along with stateful tests.
I will refactor path-related logic after this bug fix.
|
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
@BohuTANG This PR is ready to go |
Awesome.
can work too. |
Signed-off-by: Xuanwo github@xuanwo.io
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
fix(query): Fix compressed buf not consumed correctly
Changelog