AdamGS commented on PR #23836: URL: https://github.com/apache/datafusion/pull/23836#issuecomment-5177035940
Ok figured out the issue - PG doesn't report scale, so we infer it from the number of digits in the fractional part. this means that it doesn't pad out the zeros the same way this change does for data that comes from arrow/DF. I'll try and find a way to bridge this gap while keeping the data more exact. -- 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]
