syun64 commented on issue #538:
URL: https://github.com/apache/iceberg-python/issues/538#issuecomment-2013684565
I'm making a similar observation as @Dysprosium0626 as well
```
from pyiceberg.expressions.literals import StringLiteral
from pyiceberg.types import DecimalType
StringLiteral("3.33").to(DecimalType(1, 2)).value
```
yields:
```
Decimal('3.33')
```
Is there a specific edge case we've overlooked?
--
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]