viirya commented on a change in pull request #29107:
URL: https://github.com/apache/spark/pull/29107#discussion_r458916883
##########
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:
ok. let me revert to previous one.
----------------------------------------------------------------
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]