This is an automated email from the ASF dual-hosted git repository.
amoghj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 520e7ffce7 API: Fix JavaDoc typos in Transaction API
520e7ffce7 is described below
commit 520e7ffce7caed3df6e614bf3921ce2db944d503
Author: dongwang <[email protected]>
AuthorDate: Tue Aug 13 22:35:41 2024 +0800
API: Fix JavaDoc typos in Transaction API
---
api/src/main/java/org/apache/iceberg/Transaction.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/api/src/main/java/org/apache/iceberg/Transaction.java
b/api/src/main/java/org/apache/iceberg/Transaction.java
index fd84a97401..77e19e45e4 100644
--- a/api/src/main/java/org/apache/iceberg/Transaction.java
+++ b/api/src/main/java/org/apache/iceberg/Transaction.java
@@ -52,7 +52,7 @@ public interface Transaction {
UpdateProperties updateProperties();
/**
- * Create a new {@link ReplaceSortOrder} to set a table sort order and
commit the change.
+ * Create a new {@link ReplaceSortOrder} to set a table sort order.
*
* @return a new {@link ReplaceSortOrder}
*/
@@ -131,7 +131,7 @@ public interface Transaction {
ReplacePartitions newReplacePartitions();
/**
- * Create a new {@link DeleteFiles delete API} to replace files in this
table.
+ * Create a new {@link DeleteFiles delete API} to delete files in this table.
*
* @return a new {@link DeleteFiles}
*/
@@ -160,7 +160,7 @@ public interface Transaction {
}
/**
- * Create a new {@link ExpireSnapshots expire API} to manage snapshots in
this table.
+ * Create a new {@link ExpireSnapshots expire API} to expire snapshots in
this table.
*
* @return a new {@link ExpireSnapshots}
*/