minihippo commented on issue #5740: URL: https://github.com/apache/hudi/issues/5740#issuecomment-1160667998
@YuweiXiao The root cause is that AVRO serializes Decimal type to bytes. However, for DECIMAL(10,4), Spark write as int64. For more details, see https://github.com/sksamuel/avro4s/issues/271. -- 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]
