JiaqiWang18 commented on code in PR #52119: URL: https://github.com/apache/spark/pull/52119#discussion_r2309263385
########## sql/connect/server/src/test/scala/org/apache/spark/sql/connect/pipelines/PythonPipelineSuite.scala: ########## @@ -434,6 +434,34 @@ class PythonPipelineSuite .map(_.identifier) == Seq(graphIdentifier("a"), graphIdentifier("something"))) } + test("MV/ST with partition columns works") { Review Comment: I think we already have a test for this: `specifying partition column different from existing partitioned table` in `MaterializeTablesSuite`, it throws a `CANNOT_UPDATE_PARTITION_COLUMNS` error -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org