szehon-ho commented on code in PR #50960:
URL: https://github.com/apache/spark/pull/50960#discussion_r2101385353


##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala:
##########
@@ -3576,7 +3612,7 @@ class DataSourceV2SQLSuiteV1Filter
           s"REPLACE TABLE tab (col1 DOUBLE DEFAULT rand()) USING $v2Source")
         assert(exception.getSqlState == "42623")
         assert(exception.errorClass.get == 
"INVALID_DEFAULT_VALUE.NON_DETERMINISTIC")
-        assert(exception.messageParameters("statement") == "CREATE TABLE")
+        assert(exception.messageParameters("statement") == "REPLACE TABLE")

Review Comment:
   yea , my mistake before :)



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