zhuqi-lucas commented on PR #21976:
URL: https://github.com/apache/datafusion/pull/21976#issuecomment-4427088981

   Test-extraction PR is up: #22117. Moves the four `enforce_distribution` / 
`enforce_sorting` / `enforce_sorting_monotonicity` / 
`replace_with_order_preserving_variants` integration tests to 
`datafusion/physical-optimizer/tests/`. Git detects all four as 94–99% renames, 
so the actual review surface is just the `Cargo.toml` dev-deps and a copy of 
`test_utils.rs` (kept in `tests/common/` so cargo doesn't treat it as its own 
test binary).
   
   Once #22117 merges I'll rebase this PR on top — the resulting diff should be 
the function-name swap from `EnforceDistribution::new()` / 
`EnforceSorting::new()` to `EnsureRequirements::new()` on those moved files 
plus the genuinely new tests, which is the comparison you wanted to be able to 
do.
   


-- 
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]

Reply via email to