cloud-fan commented on code in PR #41298:
URL: https://github.com/apache/spark/pull/41298#discussion_r1204926071


##########
sql/core/src/test/resources/sql-tests/results/subquery/exists-subquery/exists-within-and-or.sql.out:
##########
@@ -119,16 +119,10 @@ WHERE  ( NOT EXISTS (SELECT *
                      WHERE  emp.emp_name = emp_name 
                              OR bonus_amt < emp.salary) )
 -- !query schema
-struct<emp_name:string,bonus_amt:double>
+struct<>
 -- !query output
-emp 1  10.0
-emp 1  20.0
-emp 2  100.0
-emp 2  300.0
-emp 3  300.0
-emp 4  100.0
-emp 5  1000.0
-emp 6 - no dept        500.0
+java.lang.IllegalArgumentException

Review Comment:
   what happens here?



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