chirag-s-db commented on code in PR #47376:
URL: https://github.com/apache/spark/pull/47376#discussion_r1687287006
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/connector/catalog/InMemoryBaseTable.scala:
##########
@@ -194,6 +194,10 @@ abstract class InMemoryBaseTable(
case (v, t) =>
throw new IllegalArgumentException(s"Match: unsupported
argument(s) type - ($v, $t)")
}
+ case ClusterByTransform(columnNames) =>
Review Comment:
Changes in this file copied from https://github.com/apache/spark/pull/47301
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceUtils.scala:
##########
@@ -52,6 +52,11 @@ object DataSourceUtils extends PredicateHelper {
*/
val PARTITION_OVERWRITE_MODE = "partitionOverwriteMode"
+ /**
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]