cloud-fan commented on code in PR #50537: URL: https://github.com/apache/spark/pull/50537#discussion_r2034612779
########## sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala: ########## @@ -2755,28 +2755,6 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark start = 0, stop = 45) ) - - withTable("t", "S") { - sql("CREATE TABLE t(c struct<f:int>) USING parquet") - sql("CREATE TABLE S(C struct<F:int>) USING parquet") - checkAnswer(sql("SELECT * FROM t, S WHERE t.c.f = S.C.F"), Seq.empty) - val query = "SELECT * FROM t, S WHERE c = C" Review Comment: this is no longer an issue as binary comparison doesn't care about field names now. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org