mkhludnev opened a new pull request, #27344: URL: https://github.com/apache/beam/pull/27344
https://lists.apache.org/thread/qxwron01myf5fzrb3d8tsh71grt5cpzk it's continuation of #27333 and a little bit contrary to the approach in #27329 Assuming that JdbcIO may yield row with INT14 and FixedNumeric(precision, scale). The challenge is how to handle them in Avro. I made a mistake to picking both of types in the beginning. - It seems that Decimal with scale can be just implemented. - but INT16 looks like a blocker. @aromanenko-dev could you please advise how to handle INT16 in Avro. I understand that Avro has only four bytes int, but where this conversion may happen. Should it happen? Or it's just somehow rejected with suggesting to convert types explicitly. This question stands for: GenericAvroRecord, SpecificAvroRecord and AvroPojo. Thank you so much. FWIW In these draft changes some things went quite good. -- 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]
