itholic commented on code in PR #39260:
URL: https://github.com/apache/spark/pull/39260#discussion_r1064249717


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala:
##########
@@ -2166,6 +2166,22 @@ abstract class DDLSuite extends QueryTest with 
DDLSuiteBase {
       assert(spark.sessionState.catalog.isRegisteredFunction(rand))
     }
   }
+
+  test("NOT_A_PARTITIONED_TABLE: ALTER TABLE is not allowed for 
non-partitioned table") {

Review Comment:
   Just moved the test into dedicated test suites, and update the test name.
   Thanks!



-- 
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

Reply via email to