Fokko commented on issue #538:
URL: https://github.com/apache/iceberg-python/issues/538#issuecomment-2013703991
This indeed works:
```python
>>> from pyiceberg.types import DecimalType
>>> literal("100.00").to(DecimalType(10,2))
DecimalLiteral(Decimal('100.00'))
```
I maybe overlooked something when working on
https://github.com/apache/iceberg-python/pull/539. Thanks for checking
@Dysprosium0626 and @syun64 🙌
--
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]