zeroshade commented on code in PR #16021: URL: https://github.com/apache/iceberg/pull/16021#discussion_r3103792649
########## site/docs/status.md: ########## @@ -88,7 +88,7 @@ This section lists the libraries that implement the Apache Iceberg specification | Update table properties | Y | Y | Y | Y | Y | | Replace sort order | Y | N | Y | N | Y | | Update table location | Y | Y | Y | N | Y | -| Update statistics | Y | Y | Y | N | Y | +| Update statistics | Y | Y | Y | Y | Y | | Update partition statistics | Y | N | N | N | N | | Expire snapshots | Y | N | N | N | N | Review Comment: Don't we support Expiring snapshots now too? ########## site/docs/status.md: ########## @@ -102,7 +102,7 @@ This section lists the libraries that implement the Apache Iceberg specification | Update table properties | Y | Y | Y | Y | Y | | Replace sort order | Y | N | Y | N | Y | | Update table location | Y | Y | Y | N | Y | -| Update statistics | Y | Y | Y | N | Y | +| Update statistics | Y | Y | Y | Y | Y | | Update partition statistics | Y | N | N | N | N | | Expire snapshots | Y | N | N | N | N | Review Comment: Don't we support Expiring snapshots? ########## site/docs/status.md: ########## Review Comment: We support updating the schema -- 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]
