dongjoon-hyun commented on a change in pull request #35428:
URL: https://github.com/apache/spark/pull/35428#discussion_r801087830



##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala
##########
@@ -1956,4 +1956,30 @@ class SubquerySuite extends QueryTest with 
SharedSparkSession with AdaptiveSpark
     assert(!nonDeterministicQueryPlan.deterministic)
   }
 
+  test("SPARK-38132: Avoid optimizing Not IN subquery") {

Review comment:
       Shall we give a more meaningful name for this test case?
   For me, the test case looks like checking the correctness of the queries 
which is irrelevant to avoid `optimizing` something.




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