iceberg-rust
iceberg-rust copied to clipboard
fix: don't silently drop errors encountered in table scan file planning
Ensure that errors get propagated back to the caller when encountered during generation of the file plan.
Fixes the error suppression issue reported in https://github.com/apache/iceberg-rust/issues/495