You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "alexeykudinkin (via GitHub)" <gi...@apache.org> on 2023/01/24 18:40:44 UTC

[GitHub] [hudi] alexeykudinkin commented on issue #7732: [BUG] org.apache.avro.AvroTypeException: Cannot encode decimal with precision 33 as max precision 30

alexeykudinkin commented on issue #7732:
URL: https://github.com/apache/hudi/issues/7732#issuecomment-1402420562

   Yeah, this is a known limitation -- we're trying to balance capacity to support arbitrary Decimals w/ the amount of space we waste to store the decimals which are much smaller (we're encoding records using Avro, which doesn't have the same efficiency as Parquet so we have to control this very tightly)
   
   Created HUDI-5608 to follow-up on it


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org