Dandandan commented on a change in pull request #539:
URL: https://github.com/apache/arrow-datafusion/pull/539#discussion_r649785783



##########
File path: datafusion/src/physical_plan/mod.rs
##########
@@ -343,7 +343,8 @@ 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 
[ARROW-11011](https://issues.apache.org/jira/browse/ARROW-11011)
+    /// FIXME: This partitioning scheme is not yet fully supported.

Review comment:
       You can remove this comment - as the hash partitioning scheme is 
supported




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to