dusantism-db commented on code in PR #47672:
URL: https://github.com/apache/spark/pull/47672#discussion_r1756728572
##########
sql/core/src/test/scala/org/apache/spark/sql/scripting/SqlScriptingInterpreterSuite.scala:
##########
@@ -670,7 +1048,7 @@ class SqlScriptingInterpreterSuite extends QueryTest with
SharedSparkSession {
exception = intercept[SqlScriptingException] (
runSqlScript(commands)
),
- errorClass = "INVALID_BOOLEAN_STATEMENT",
+ condition = "INVALID_BOOLEAN_STATEMENT",
Review Comment:
It's strange that github caught these changes, as the code is the same on
master. I've rebased on master and now the changes are gone
--
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]