gene-bordegaray commented on code in PR #23259:
URL: https://github.com/apache/datafusion/pull/23259#discussion_r3499114603
##########
datafusion/physical-expr/src/partitioning.rs:
##########
@@ -755,6 +780,7 @@ mod tests {
let distribution_types = vec![
Distribution::UnspecifiedDistribution,
Distribution::SinglePartition,
+ Distribution::HashPartitioned(fixture.cols([0, 1])),
Review Comment:
I think maintaing tests while in transition is good unless others are
opposed 👍
--
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]