comphead commented on code in PR #19409: URL: https://github.com/apache/datafusion/pull/19409#discussion_r2635554620
########## datafusion/sqllogictest/test_files/decimal.slt: ########## @@ -996,6 +996,11 @@ SELECT power(2.5, 0) ---- 1 +query R +SELECT power(1e4 ,2) Review Comment: ```suggestion SELECT power(1e4, 2) ``` -- 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]
