gene-bordegaray commented on code in PR #23259:
URL: https://github.com/apache/datafusion/pull/23259#discussion_r3500821470
##########
datafusion/physical-expr/src/partitioning.rs:
##########
@@ -593,11 +600,18 @@ pub enum Distribution {
UnspecifiedDistribution,
/// A single partition is required
SinglePartition,
+ /// Deprecated historical name for [`Distribution::KeyPartitioned`].
+ #[deprecated(since = "54.0.0", note = "Use Distribution::KeyPartitioned")]
Review Comment:
yes oops
--
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]