xudong963 opened a new pull request, #22289: URL: https://github.com/apache/datafusion/pull/22289
## Which issue does this PR close? Follow-up to #22191. ## Rationale for this change This is a code organization follow-up suggested during review of #22191. The push decoder setup and stream-driving state now live outside , making the opener focus on orchestration. ## What changes are included in this PR? - Move to , next to . - Add for and . - Register the new parquet datasource module from . No behavior change intended. ## Are these changes tested? Existing tests cover the behavior. I ran: running 5 tests test opener::test::test_split_decoder_runs_all_fully_matched ... ok test opener::test::test_split_decoder_runs_no_fully_matched ... ok test row_group_filter::tests::row_group_fully_matched_requires_known_non_null_predicate_columns ... ok test opener::test::test_fully_matched_runs_respect_global_limit ... ok test opener::test::test_fully_matched_runs_preserve_reverse_order ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 100 filtered out; finished in 0.03s running 1 test test opener::test::test_page_pruning_predicate_respects_enable_page_index ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 104 filtered out; finished in 0.00s ## Are there any user-facing changes? No. This is an internal refactor. -- 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]
