adriangb commented on PR #22156: URL: https://github.com/apache/datafusion/pull/22156#issuecomment-4482001398
Closing in favor of splitting this into three smaller, independently-reviewable PRs (per the request in the discussion to keep each move reviewable on its own): - #22346 — split `opener.rs` into an `opener/` module (`early_stop.rs`, `encryption.rs`) - #22347 — split `sink.rs` and `schema_coercion.rs` out of `file_format.rs` - #22348 — split `bloom_filter.rs` out of `row_group_filter.rs` Each is pure code motion, rebased on current `main`, and builds/tests green on its own. One change from this PR: the `opener/push_decoder_stream.rs` extraction is dropped — #22289 has since extracted `PushDecoderStreamState` into `push_decoder.rs`, making that move obsolete. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
