Jefffrey commented on code in PR #19315:
URL: https://github.com/apache/datafusion/pull/19315#discussion_r2622449749


##########
datafusion/sqllogictest/test_files/decimal.slt:
##########
@@ -918,6 +918,58 @@ select log(2.0, null);
 ----
 NULL
 
+# log with negative scale decimals
+# Using scientific notation to create decimals with negative scales
+# 1e4 = 10000 with scale -4, log10(10000) = 4.0
+query R
+select log(1e4);

Review Comment:
   My bad, didn't see this config was set:
   
   
https://github.com/apache/datafusion/blob/02c647ae1ee5da3605a7f92330b687a42e72d0b6/datafusion/sqllogictest/test_files/decimal.slt#L786-L789



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