gene-bordegaray commented on code in PR #23239:
URL: https://github.com/apache/datafusion/pull/23239#discussion_r3492247965
##########
datafusion/physical-optimizer/src/utils.rs:
##########
@@ -158,6 +162,71 @@ pub fn is_repartition(plan: &Arc<dyn ExecutionPlan>) ->
bool {
plan.is::<RepartitionExec>()
}
+/// Temporary check while `HashPartitioned` is being migrated to
`KeyPartitioned`
Review Comment:
dont know if these are worth to be shared in the crate if we are gong to
eventually remove them,
--
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]