You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "amaliujia (via GitHub)" <gi...@apache.org> on 2023/05/25 02:45:05 UTC

[GitHub] [spark] amaliujia commented on a diff in pull request #41298: [SPARK-43779][SQL] ParseToDate should load the EvalMode in main thread

amaliujia commented on code in PR #41298:
URL: https://github.com/apache/spark/pull/41298#discussion_r1204935834


##########
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:
   Auto golden file regeneration gives this update



-- 
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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org