Fokko opened a new pull request, #1833:
URL: https://github.com/apache/iceberg-python/pull/1833
# Rationale for this change
Testing out to use Iceberg Rust for all of the transforms. I think we have
some rounding error in https://github.com/apache/iceberg-rust/pull/1128/
# Are
Fokko commented on code in PR #1833:
URL: https://github.com/apache/iceberg-python/pull/1833#discussion_r2017986361
##
tests/table/test_partitioning.py:
##
@@ -186,8 +186,8 @@ def test_partition_type(table_schema_simple: Schema) ->
None:
(DecimalType(5, 9), Decimal(19.
kevinjqliu commented on code in PR #1833:
URL: https://github.com/apache/iceberg-python/pull/1833#discussion_r2017148472
##
tests/table/test_partitioning.py:
##
@@ -186,8 +186,8 @@ def test_partition_type(table_schema_simple: Schema) ->
None:
(DecimalType(5, 9), Decima