adriangb commented on code in PR #18968:
URL: https://github.com/apache/datafusion/pull/18968#discussion_r2616399977


##########
datafusion/sqllogictest/test_files/scalar.slt:
##########
@@ -1775,7 +1775,7 @@ CREATE TABLE test(
 (-14, -14, -14.5, -14.5),
 (NULL, NULL, NULL, NULL);
 
-query IIRRIR rowsort
+query IRRRIR rowsort

Review Comment:
   I think we need to always use a float: `pow(2, -2)` will produce a float, 
but all inputs are integers. Maybe if the input is *unsigned* integers we can 
output an integer?



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