beliefer commented on code in PR #41553:
URL: https://github.com/apache/spark/pull/41553#discussion_r1235124801


##########
sql/core/src/test/scala/org/apache/spark/sql/connector/UpdateTableSuiteBase.scala:
##########
@@ -538,7 +538,7 @@ abstract class UpdateTableSuiteBase extends 
RowLevelOperationSuiteBase {
     val e = intercept[AnalysisException] {
       sql(s"UPDATE $tableNameAsString SET dep = 'invalid' WHERE id <= 1 AND 
rand() > 0.5")
     }
-    assert(e.message.contains("nondeterministic expressions are only allowed"))
+    assert(e.message.contains("The operator expects a deterministic 
expression"))

Review Comment:
   Sorry. I forgot it.



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

Reply via email to