tz70s commented on PR #6232:
URL: 
https://github.com/apache/arrow-datafusion/pull/6232#issuecomment-1535150346

   > Maybe we can simply change the `Round` to accept i32 here: 
https://github.com/apache/arrow-datafusion/blob/main/datafusion/expr/src/function.rs#L651-L654
   
   Postgres output:
   
   ```
   postgres=# select round(5.4323, 2147483648);
   ERROR:  function round(numeric, bigint) does not exist
   LINE 1: select round(5.4323, 2147483648);
                  ^
   HINT:  No function matches the given name and argument types. You might need 
to add explicit type casts.
   ```


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

Reply via email to