mkhludnev commented on PR #27406: URL: https://github.com/apache/beam/pull/27406#issuecomment-1643957342
@aromanenko-dev, another principal question: What's the proper Avro type for SQL type with declared precision `NUMERIC/DECIMAL(10)`: - is it `fixed` with explicitly defined length since we know max number of decimal digits it carries. btw is there a conversion for number of digits to the length of byte array? - or it is `bytes` of variable length since a particular value might not have all digits it's declared. -- 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]
