tustvold commented on code in PR #5782:
URL: https://github.com/apache/arrow-datafusion/pull/5782#discussion_r1160659751


##########
datafusion/core/tests/sqllogictests/test_files/arrow_typeof.slt:
##########
@@ -176,10 +176,10 @@ drop table foo
 
 statement ok
 create table foo as select
-  arrow_cast(100, 'Decimal128(3,2)') as col_d128
+  arrow_cast(100, 'Decimal128(5,2)') as col_d128

Review Comment:
   This results from - https://github.com/apache/arrow-rs/pull/3996
   
   Which now complains (correctly) that 100 cannot be represented in an decimal 
with scale 2 and precision 3



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