CTTY commented on code in PR #15709: URL: https://github.com/apache/iceberg/pull/15709#discussion_r2968360050
########## 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: I'm actually a bit fuzzy about this. I believe we support reading delete files in ArrowReader, but not sure if that's considered as "planning" -- 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]
