yanghua commented on pull request #2192: URL: https://github.com/apache/hudi/pull/2192#issuecomment-774675357
> I think I might run into a bug related to this particular fix. It was all good until I hit the type Decimal. Since it can either be FIXED or BYTES, if an avro schema contains decimal type with BYTES as its literal type, after this two way conversion its literal type become FIXED instead. This will cause an exception to be thrown in AvroConversionHelper as the data underneath is ByteBuffer rather than GenericFixed. @liujinhui1994 @bvaradar @jingweiz2017 Thanks for the report. Can you file a jira issue to describe the issue? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
