gene-bordegaray opened a new pull request, #22607: URL: https://github.com/apache/datafusion/pull/22607
## Which issue does this PR close? - Part of #22397. - Discussion: #21992. ## Rationale for this change This adds a focused sqllogictest fixture for source-provided `Range` partitioning before changing optimizer behavior. It follows the direction discussed in #21992 and gives later planning PRs a stable baseline for when repartitioning can be removed. ## What changes are included in this PR? - Registers a `range_partitioned` test table for `range_partitioning.slt`. - Adds a sqllogictest-only source wrapper that reports `Range` partitioning when `range_key` is projected, and `UnknownPartitioning` when it is not. - Adds initial plan and result coverage for grouping on the range key and on a non-range key. ## Are these changes tested? Yes. - `cargo fmt --all` - `cargo test -p datafusion-sqllogictest --test sqllogictests range_partitioning` - `cargo clippy --all-targets --all-features -- -D warnings` ## Are there any user-facing changes? No. This is test-only infrastructure and sqllogictest coverage. -- 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]
