-
Notifications
You must be signed in to change notification settings - Fork 664
feat: batch posix fs connector (__for_testing_only_batch_posix_fs) #22733
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
base: 07-14-feat_refreshable_source_sourceexec_part
Are you sure you want to change the base?
feat: batch posix fs connector (__for_testing_only_batch_posix_fs) #22733
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
cf7922e
to
032c049
Compare
f1e5606
to
82f268b
Compare
a6138ae
to
f74bdf5
Compare
82f268b
to
ce71aab
Compare
f74bdf5
to
b4aa469
Compare
129a087
to
c0fe9da
Compare
b4aa469
to
cd08960
Compare
c0fe9da
to
d44e849
Compare
cd08960
to
82da810
Compare
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.
Bugbot free trial expires on July 29, 2025
Learn more in the Cursor dashboard.
Ok(vec![BatchPosixFsSplit::new( | ||
self.properties.root.clone(), // file_path is the root | ||
"114514".into(), // split_id does not matter | ||
)]) |
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.
Bug: BatchPosixFs Connector Violates Unique Split ID Requirement
The BatchPosixFs
connector hardcodes the split_id
to "114514" for all instances. This violates the documented requirement for a unique split identifier, leading to conflicts and incorrect behavior when multiple BatchPosixFs
sources are used, as SplitId
serves as a unique key for split tracking and state management. The accompanying comment "split_id does not matter" is misleading.
@@ -44,6 +46,7 @@ pub const GCS_CONNECTOR: &str = "gcs"; | |||
/// If user inputs `connector='s3_v2'`, it will be rejected. | |||
pub const OPENDAL_S3_CONNECTOR: &str = "s3_v2"; | |||
pub const POSIX_FS_CONNECTOR: &str = "posix_fs"; | |||
pub const BATCH_POSIX_FS_CONNECTOR: &str = "__for_testing_only_batch_posix_fs"; |
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.
82da810
to
1739d0b
Compare
92a451a
to
be94be6
Compare
1739d0b
to
bdba77b
Compare
bdba77b
to
f446d39
Compare
be94be6
to
0266dcb
Compare
f446d39
to
3b205df
Compare
3b205df
to
e14e9c3
Compare
Signed-off-by: xxchan <[email protected]> add note for recovery add note for spawn resolve comments
e14e9c3
to
3e3193c
Compare
a0b55a0
to
26605cd
Compare
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Checklist
Documentation
Release note