rahij commented on a change in pull request #29309:
URL: https://github.com/apache/spark/pull/29309#discussion_r463112760



##########
File path: 
sql/catalyst/src/main/java/org/apache/spark/sql/connector/read/partitioning/HashClusteredDistribution.java
##########
@@ -0,0 +1,25 @@
+package org.apache.spark.sql.connector.read.partitioning;
+
+import org.apache.spark.annotation.Evolving;
+
+import java.util.OptionalInt;
+
+/**
+ * A concrete implementation of {@link Distribution}.
+ * Represents data where tuples have been clustered according to the hash of 
the given columns.
+ *
+ * This is a strictly stronger guarantee than [[ClusteredDistribution]]. Given 
a tuple and the
+ * number of partitions, this distribution strictly requires which partition 
the tuple should be in.
+ *
+ * @since 3.x.x

Review comment:
       I'm not sure what version to put here




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to