gengliangwang commented on a change in pull request #34729:
URL: https://github.com/apache/spark/pull/34729#discussion_r757919629
##########
File path: sql/core/src/test/resources/sql-tests/results/operators.sql.out
##########
@@ -357,87 +357,87 @@ struct<COT(-1):double>
-- !query
select ceiling(0)
-- !query schema
-struct<ceiling(0):bigint>
+struct<ceiling(0, 0):int>
Review comment:
Not every DBMS system supports the second parameter. Some of the
external connectors are relying on the SQL representation string of expressions.
So, shall we hide the 2nd parameter if it is the default 0?
--
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]