This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 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 fc125f7b5d [core] Remove incorrect comment in CoreOptions.PATH
fc125f7b5d is described below

commit fc125f7b5d4b29a8b67e50375c7a76e6dbca9950
Author: JingsongLi <[email protected]>
AuthorDate: Mon Mar 24 13:54:45 2025 +0800

    [core] Remove incorrect comment in CoreOptions.PATH
---
 paimon-common/src/main/java/org/apache/paimon/CoreOptions.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java 
b/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
index e250293446..5473f70c72 100644
--- a/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
+++ b/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
@@ -153,7 +153,6 @@ public class CoreOptions implements Serializable {
                                     + ExternalPathStrategy.SPECIFIC_FS
                                     + ", should be the prefix scheme of the 
external path, now supported are s3 and oss.");
 
-    // todo, this path is the table schema path, the name will be changed in 
the later PR.
     @ExcludeFromDocumentation("Internal use only")
     public static final ConfigOption<String> PATH =
             key("path")

Reply via email to