sunchao commented on a change in pull request #35657:
URL: https://github.com/apache/spark/pull/35657#discussion_r822092262
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/connector/read/partitioning/ClusteredDistribution.java
##########
@@ -17,17 +17,21 @@
package org.apache.spark.sql.connector.read.partitioning;
-import org.apache.spark.annotation.Evolving;
import org.apache.spark.sql.connector.read.PartitionReader;
/**
* A concrete implementation of {@link Distribution}. Represents a
distribution where records that
* share the same values for the {@link #clusteredColumns} will be produced by
the same
* {@link PartitionReader}.
+ * <p>
+ * <b>NOTE</b>: this interface is deprecated in favor of
+ * {@link org.apache.spark.sql.connector.distributions.ClusteredDistribution}
and is subject to
+ * future removal.
*
+ * @see org.apache.spark.sql.connector.distributions.ClusteredDistribution
* @since 3.0.0
*/
-@Evolving
+@Deprecated
public class ClusteredDistribution implements Distribution {
Review comment:
Sure! I can delete it.
--
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]