kevinjqliu commented on code in PR #15709: URL: https://github.com/apache/iceberg/pull/15709#discussion_r2978780644
########## site/docs/status.md: ########## @@ -145,12 +145,12 @@ This section lists the libraries that implement the Apache Iceberg specification | Operation | Java | PyIceberg | Rust | Go | C++ | |-----------------------------|------|-----------|------|----|-----| | Plan with data file | Y | Y | Y | Y | Y | -| Plan with position deletes | Y | Y | N | Y | Y | -| Plan with equality deletes | Y | Y | N | N | Y | +| Plan with position deletes | Y | Y | Y | Y | Y | +| Plan with equality deletes | Y | Y | Y | N | Y | Review Comment: ya, you got to be able to plan to read 😄 https://github.com/apache/iceberg-rust/blob/4c08d35cdc337d2428bb9ef4e14c0ed12caaec35/crates/iceberg/src/arrow/reader.rs#L535 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
