yaooqinn commented on pull request #28106: URL: https://github.com/apache/spark/pull/28106#issuecomment-625671160
One more things, the scope that the `try` can cover is not that large you have imagined. The cases you listed is actually are all invalid, e.g. sum(a, b)??? ```sql -- !query select sum(1 /0) -- !query schema struct<sum((CAST(1 AS DOUBLE) / CAST(0 AS DOUBLE))):double> -- !query output NULL ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
