pan3793 commented on code in PR #2735:
URL: https://github.com/apache/incubator-kyuubi/pull/2735#discussion_r881541057
##########
externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/spark/kyuubi/SparkSQLEngineDeregisterSuite.scala:
##########
@@ -75,7 +75,12 @@ class SparkSQLEngineDeregisterMsgSuite extends
SparkSQLEngineDeregisterSuite {
// Upper case SQL types in error messages
// see https://issues.apache.org/jira/browse/SPARK-39007
// Use double quotes for SQL configs in error messages
- "to int causes overflow,to \"INT\" causes overflow")
+ // see https://issues.apache.org/jira/browse/SPARK-39214
+ // Improve errors related to CAST
+ """to int causes overflow,
+ |to "INT" causes overflow,
Review Comment:
I simplify to just check "overflow"
--
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]