LuciferYang commented on code in PR #38396:
URL: https://github.com/apache/spark/pull/38396#discussion_r1005592350
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisTest.scala:
##########
@@ -177,14 +177,18 @@ trait AnalysisTest extends PlanTest {
caseSensitive: Boolean = true,
line: Int = -1,
pos: Int = -1): Unit = {
+
+ def sameMapContents(left: Map[String, String], right: Map[String,
String]): Boolean =
Review Comment:
cc @MaxGekk fix the problem I mentioned in
https://github.com/apache/spark/pull/38394#discussion_r1005508300
--
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]