iceberg-rust icon indicating copy to clipboard operation
iceberg-rust copied to clipboard

fix: don't silently drop errors encountered in table scan file planning

Open sdd opened this issue 1 year ago • 1 comments

Ensure that errors get propagated back to the caller when encountered during generation of the file plan.

sdd avatar Aug 09 '24 23:08 sdd

Fixes the error suppression issue reported in https://github.com/apache/iceberg-rust/issues/495

sdd avatar Aug 10 '24 00:08 sdd