alamb commented on issue #3478: URL: https://github.com/apache/datafusion/issues/3478#issuecomment-2143560997
The 38 is the maximum precision of Decimal128 in arrow https://docs.rs/arrow-schema/51.0.0/src/arrow_schema/datatype.rs.html#676 The 10 is the default scale: https://docs.rs/arrow-schema/51.0.0/src/arrow_schema/datatype.rs.html#689 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org