You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust_decimal looks promising but only supports precision less than 28, while the Iceberg spec requires 38. It's possible for an Iceberg table to contain a decimal value that exceeds this range.
I have initiated a discussion with the upstream to explore potential extensions. However, if we can't find an adequate solution, we might need to switch from rust_decimal to other crates that can support decimal(37, 10).
The text was updated successfully, but these errors were encountered:
rust_decimal
looks promising but only supports precision less than 28, while the Iceberg spec requires 38. It's possible for an Iceberg table to contain a decimal value that exceeds this range.I have initiated a discussion with the upstream to explore potential extensions. However, if we can't find an adequate solution, we might need to switch from
rust_decimal
to other crates that can supportdecimal(37, 10)
.The text was updated successfully, but these errors were encountered: