rdblue commented on code in PR #5021:
URL: https://github.com/apache/iceberg/pull/5021#discussion_r936917943
##########
api/src/main/java/org/apache/iceberg/Table.java:
##########
@@ -263,6 +263,17 @@ default AppendFiles newFastAppend() {
*/
DeleteFiles newDelete();
+ /**
+ * Create a new {@link UpdateTableStatistics update table statistics API} to
add or remove
+ * statistics files in this table.
+ *
+ * @return a new {@link UpdateTableStatistics}
+ */
+ default UpdateTableStatistics updateTableStatistics() {
Review Comment:
I think it is sufficient to call this `updateStatistics`. Is there a reason
to qualify it with `table`?
--
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]