chirag-s-db commented on code in PR #47376:
URL: https://github.com/apache/spark/pull/47376#discussion_r1687286918
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala:
##########
@@ -209,10 +209,25 @@ object ClusterBySpec {
normalizeClusterBySpec(schema, clusterBySpec, resolver).toJson
}
+ /**
Review Comment:
Changes in this file copied from https://github.com/apache/spark/pull/47301
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala:
##########
@@ -1866,6 +1866,18 @@ private[sql] object QueryCompilationErrors extends
QueryErrorsBase with Compilat
"existingBucketString" -> existingBucketString))
}
+ def mismatchedTableClusteringError(
Review Comment:
Changes in this file copied from https://github.com/apache/spark/pull/47301
--
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]