danny0405 commented on issue #11335: URL: https://github.com/apache/hudi/issues/11335#issuecomment-2160184451
I see quite a few columns are declared as precision 13, do we have schema evolution on them? ```java |-- target_amount: decimal(13,4) (nullable = true) |-- overwritten_target_amount: decimal(13,4) (nullable = true) |-- calculated_spent_amount: decimal(13,4) (nullable = true) ``` -- 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]
