jchen5 commented on code in PR #40865:
URL: https://github.com/apache/spark/pull/40865#discussion_r1173756531


##########
sql/core/src/test/resources/sql-tests/results/subquery/scalar-subquery/scalar-subquery-count-bug.sql.out:
##########
@@ -86,14 +86,14 @@ from l
 -- !query schema
 struct<a:int,b:decimal(2,1),scalarsubquery(a):boolean>
 -- !query output
-1      2.0     NULL
-1      2.0     NULL
+1      2.0     false
+1      2.0     false

Review Comment:
   Yes, old result here was wrong, new result is correct.
   
   @Hisoka-X There's a comment about it in the input file, please update it to 
remove the "but this case is wrong due to bug SPARK-43156" part



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