gatorsmile commented on a change in pull request #25854: [SPARK-29145][SQL]  
Support sub-queries in join conditions     
URL: https://github.com/apache/spark/pull/25854#discussion_r342383272
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala
 ##########
 @@ -204,6 +204,154 @@ class SubquerySuite extends QueryTest with 
SharedSparkSession {
     }
   }
 
+  test("SPARK-29145: JOIN Condition use QueryList") {
 
 Review comment:
   Can we move it to SQLQueryTestSuite? 
   
   It sounds like it does not contain any test case that check the EXISTS 
subquery? Could you also add it?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to