viirya commented on code in PR #48115:
URL: https://github.com/apache/spark/pull/48115#discussion_r1759975825


##########
sql/core/src/test/scala/org/apache/spark/sql/scripting/SqlScriptingInterpreterSuite.scala:
##########
@@ -701,7 +701,8 @@ class SqlScriptingInterpreterSuite extends QueryTest with 
SharedSparkSession {
     verifySqlScriptResult(commands, expected)
   }
 
-  test("simple case mismatched types") {
+  // This is disabled because it fails in non-ANSI mode
+  ignore("simple case mismatched types") {

Review Comment:
   I think it is ignored no matter ansi or non-ansi mode, right?



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