vranes commented on code in PR #58657:
URL: https://github.com/apache/spark/pull/58657#discussion_r4017554873


##########
sql/core/src/test/scala/org/apache/spark/sql/AsOfJoinSQLSuite.scala:
##########
@@ -336,6 +375,22 @@ class AsOfJoinSQLSuite extends QueryTest with 
SharedSparkSession {
     assert(asOfJoin.rightSortExprs.nonEmpty)
   }
 
+  test("ARRAY<STRUCT> MATCH_CONDITION with mismatched element names and types 
is rejected") {
+    // Element structs differ in name (x vs y) and type (INT vs BIGINT).

Review Comment:
   Added a note, thanks!



-- 
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]

Reply via email to