gengliangwang commented on code in PR #37209:
URL: https://github.com/apache/spark/pull/37209#discussion_r927287119
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/trees/TreeNodeSuite.scala:
##########
@@ -885,7 +885,7 @@ class TreeNodeSuite extends SparkFunSuite with SQLHelper {
|^^^^^
|""".stripMargin
- assert(origin.context == expected)
+ assert(origin.context.summary == expected)
Review Comment:
Shall we check the other fields of the context like
https://github.com/apache/spark/pull/36702/files#diff-83746ef1d50ed7962e780275d0af3e7f9c2e0434b8a75677c269a209f81997adR892
?
--
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]