yaooqinn commented on code in PR #48395:
URL: https://github.com/apache/spark/pull/48395#discussion_r1796446276


##########
sql/core/src/test/resources/sql-tests/analyzer-results/null-handling.sql.out:
##########
@@ -69,6 +69,24 @@ Project [a#x, (b#x + c#x) AS (b + c)#x]
    +- Relation spark_catalog.default.t1[a#x,b#x,c#x] parquet
 
 
+-- !query
+select b + 0 from t1 where a = 5

Review Comment:
   NVM, I guess we already have such test cases 
https://github.com/apache/spark/pull/48395/files#diff-c3c4e84c1d15e1c494ce6c062e78a9d53128a489d4831af6940bda50a1148d38R16-L15



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