imonteroq commented on issue #11335: URL: https://github.com/apache/hudi/issues/11335#issuecomment-2734199198
I am also getting the same issue. Running Hudi 0.15 on EMR serverless using Spark/Scala. I have saved the incoming data to a new table and it has absolutely NO decimal fields with precision 9, it has created them with precision 8. ``` Caused by: org.apache.hudi.exception.HoodieException: org.apache.avro.AvroTypeException: Cannot encode decimal with precision 9 as max precision 8 Caused by: org.apache.hudi.exception.HoodieException: org.apache.hudi.exception.HoodieException: org.apache.avro.AvroTypeException: Cannot encode decimal with precision 9 as max precision 8 ``` -- 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]
