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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org