jonathanc-n commented on issue #1344:
URL: https://github.com/apache/iceberg-rust/issues/1344#issuecomment-2888609361
Yes those can be completed separately, I will try to get residual evaluator
done (a bit difficult since the schema + filters in rust are a bit different)
--
This is an aut
CTTY commented on issue #1344:
URL: https://github.com/apache/iceberg-rust/issues/1344#issuecomment-2888123707
predicate/residual evaluator and manifest filter are also important (to
reduce conflict rate) but they could be completed separately, wdyt? @Xuanwo
@liurenjie1024 @jonathanc-n
-
CTTY opened a new issue, #1344:
URL: https://github.com/apache/iceberg-rust/issues/1344
### Is your feature request related to a problem or challenge?
To detect conflicts, we need to have `validate` and related logic to scan
manifests and validate against history.
References: