Open Xuanwo opened 1 month ago
Iceberg Rust doesn't support reading Decimal yet.
Decimal
7734 │ panicked at /home/xuanwo/.cargo/git/checkouts/iceberg-rust-d49e83c40ef4cf40/c354983/crates/iceberg/src/spec/values.rs:428:18: 7735 │ not yet implemented
We should implement from_bytes & to_bytes correctly for Decimal.
I'm currently working on running the TPC-H workload on Iceberg Rust. Let me fix this.
Iceberg Rust doesn't support reading
Decimal
yet.We should implement from_bytes & to_bytes correctly for
Decimal
.