-
Notifications
You must be signed in to change notification settings - Fork 590
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: s3_v2 connector cannot read incremental files #17702
Conversation
Signed-off-by: tabVersion <[email protected]>
Signed-off-by: tabVersion <[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.
Thanks!
Signed-off-by: tabVersion <[email protected]>
Signed-off-by: tabVersion <[email protected]>
stream.replace_data_stream( | ||
self.build_chunked_paginate_stream(&source_desc) | ||
.map_err(StreamExecutorError::from)?, |
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.
Here is a bug actually. We expect the stream to end so we can replace it with a new one, but after merging the list stream with the barrier one, the merged stream never ends. cc @wcy-fdu
This reverts commit 45f27dc.
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
resolve #17671
as title, the list exec just list the file list once due to wrong impl, here introducing a loop to make it keep listing
Checklist
./risedev check
(or alias,./risedev c
)Documentation
Release note
If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.