jinchengchenghh commented on code in PR #11202:
URL: 
https://github.com/apache/incubator-gluten/pull/11202#discussion_r2567793030


##########
gluten-ut/spark40/src/test/scala/org/apache/spark/sql/GlutenCharVarcharTestSuite.scala:
##########
@@ -51,73 +60,11 @@ class GlutenFileSourceCharVarcharTestSuite
         val e = intercept[SparkException] {
           sql("INSERT INTO t VALUES (array('a', '123456'))")
         }
-        assert(e.getMessage.contains(ERROR_MESSAGE))
-    }
-  }
-
-  testGluten("length check for input string values: nested in map key") {

Review Comment:
   Spark 4.0 does a refactor, move the test result check to a public function, 
so we can override this function



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