andygrove commented on code in PR #3208:
URL: https://github.com/apache/arrow-datafusion/pull/3208#discussion_r950178552
##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -1390,8 +1399,9 @@ pub enum Partitioning {
RoundRobinBatch(usize),
/// Allocate rows based on a hash of one of more expressions and the
specified number
/// of partitions.
- /// This partitioning scheme is not yet fully supported. See
<https://issues.apache.org/jira/browse/ARROW-11011>
Review Comment:
This issue (https://github.com/apache/arrow-datafusion/issues/131) has been
closed so I removed the comment
--
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]