subinsonynaukri opened a new issue, #7732: URL: https://github.com/apache/hudi/issues/7732
When below hudi configurations are enabled, if the data contains input number column which has a number of length 18 digits, it's throwing error "org.apache.avro.AvroTypeException: Cannot encode decimal with precision 33 as max precision 30". When below configurations are disabled, data ingestion is working fine. Also we have the requirement to cast this input column schema to DecimalType(38,0) hoodie.metadata.enable=true hoodie.metadata.index.column.stats.enable=true hoodie.enable.data.skipping=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]
