cloud-fan commented on code in PR #49027:
URL: https://github.com/apache/spark/pull/49027#discussion_r1908129745
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala:
##########
@@ -310,6 +310,17 @@ case class BucketSpec(
}
}
+/**
+ * The clustering spec holds the information of clustering keys and sorting
keys.
+ *
+ * @param clusteringKeys The clustering expressions
+ * @param sortKeys The sort orders
+ */
+case class ClusteringSpec(clusteringKeys: Seq[Expression], sortKeys:
Seq[SortOrder]) {
Review Comment:
nit: This is not catalog related, can we put it near `case class Clustering`?
--
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]