sungwy opened a new issue, #3981:
URL: https://github.com/apache/iceberg-python/issues/3981

   `DecimalType.check_precision` enforces the precision bound:
   
   ```python
   if not (1 <= precision <= 38):
       raise ValidationError(f"Decimal precision must be between 1 and 38 
(inclusive), got: {precision}")
   ```
   
   There is no equivalent validator for `scale`. A schema declaring an 
arbitrary scale is accepted, and the value flows into downstream type 
construction and binding.
   
   
   ---
   Issue investigation generated via claude, reviewed by Sung, Kevin, Fokko.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to