mkhludnev commented on PR #27406:
URL: https://github.com/apache/beam/pull/27406#issuecomment-1630313700

   After checking doc about types: 
    - NUMERIC/DECIMAL(10)/(10,2) should be represented via FIXED in Avro, 
however number of digits should be converted into number of bytes in the 
precision field
    - NUMERIC/DECIMAL which is reported by Postgres JDBC as precision=0 (not -1 
nor  MAX_INT!) it should be represented as BYTES. Since every value may have a 
variable number of digits, however it should also carry a scale field. 
   WDYT?    


-- 
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]

Reply via email to