cloud-fan commented on a change in pull request #29107:
URL: https://github.com/apache/spark/pull/29107#discussion_r458638512
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/DataFrameSetOperationsSuite.scala
##########
@@ -428,7 +428,7 @@ class DataFrameSetOperationsSuite extends QueryTest with
SharedSparkSession {
errMsg = intercept[AnalysisException] {
df1.unionByName(df2)
}.getMessage
- assert(errMsg.contains("""Cannot resolve column name "b" among (a, c,
d)"""))
+ assert(errMsg.contains("""Cannot resolve column name `b` among (a, c,
d)"""))
Review comment:
Shall we keep the previous error message? In general we should only use
backticks when necessary(has special chars)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]