beliefer commented on a change in pull request #33296:
URL: https://github.com/apache/spark/pull/33296#discussion_r668502979
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
##########
@@ -3002,8 +3002,8 @@ class HiveDDLSuite
spark.sql(s"INSERT OVERWRITE LOCAL DIRECTORY
'${path.getCanonicalPath}' " +
s"STORED AS PARQUET SELECT ID, if(1=1, 1, 0), abs(id), '^-' FROM
v")
}.getMessage
- assert(e.contains("Attribute name \"(IF((1 = 1), 1, 0))\" contains" +
- " invalid character(s) among \" ,;{}()\\n\\t=\". Please use alias to
rename it."))
+ assert(e.contains("Column name \"(IF((1 = 1), 1, 0))\" contains
invalid character(s) " +
Review comment:
`"""Column name "(IF((1 = 1), 1, 0))"..." ,;{}()\\n\\t="..."""`
--
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]