NarekDW commented on code in PR #39501:
URL: https://github.com/apache/spark/pull/39501#discussion_r1096775850
##########
sql/core/src/test/scala/org/apache/spark/sql/ColumnExpressionSuite.scala:
##########
@@ -1097,7 +1097,7 @@ class ColumnExpressionSuite extends QueryTest with
SharedSparkSession {
nullable = false))))
structLevel2.withColumn("a", $"a".withField("a.b", lit(2)))
- }.getMessage should include("Ambiguous reference to fields")
+ }.getMessage should include("Ambiguous reference to the field `a`")
Review Comment:
Yep, done.
--
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]