This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 63c352defa [vfs] Fix misleading Javadoc on VFSTableRootIdentifier
(#8686)
63c352defa is described below
commit 63c352defa2c382ea062afe00730b2e3284dc6c7
Author: Eunbin Son <[email protected]>
AuthorDate: Thu Jul 16 14:12:01 2026 +0900
[vfs] Fix misleading Javadoc on VFSTableRootIdentifier (#8686)
---
.../src/main/java/org/apache/paimon/vfs/VFSTableRootIdentifier.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/paimon-vfs/paimon-vfs-common/src/main/java/org/apache/paimon/vfs/VFSTableRootIdentifier.java
b/paimon-vfs/paimon-vfs-common/src/main/java/org/apache/paimon/vfs/VFSTableRootIdentifier.java
index f73b008d7c..c0af651465 100644
---
a/paimon-vfs/paimon-vfs-common/src/main/java/org/apache/paimon/vfs/VFSTableRootIdentifier.java
+++
b/paimon-vfs/paimon-vfs-common/src/main/java/org/apache/paimon/vfs/VFSTableRootIdentifier.java
@@ -24,7 +24,7 @@ import javax.annotation.Nullable;
import static org.apache.paimon.utils.Preconditions.checkNotNull;
-/** Identifier for objects under a table. */
+/** Identifier for the root of a table. */
public class VFSTableRootIdentifier extends VFSTableIdentifier {
public VFSTableRootIdentifier(String databaseName, String tableName) {