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 52eed0ae64 [hotfix] Remove incorrect message in DataFileMeta
52eed0ae64 is described below

commit 52eed0ae64e4617bc6782386a97c52cdd67a4db6
Author: JingsongLi <[email protected]>
AuthorDate: Fri Aug 8 16:24:13 2025 +0800

    [hotfix] Remove incorrect message in DataFileMeta
---
 .../src/main/java/org/apache/paimon/io/DataFileMeta.java     | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/paimon-core/src/main/java/org/apache/paimon/io/DataFileMeta.java 
b/paimon-core/src/main/java/org/apache/paimon/io/DataFileMeta.java
index 8fa2aea2be..29a317b87a 100644
--- a/paimon-core/src/main/java/org/apache/paimon/io/DataFileMeta.java
+++ b/paimon-core/src/main/java/org/apache/paimon/io/DataFileMeta.java
@@ -18,7 +18,6 @@
 
 package org.apache.paimon.io;
 
-import org.apache.paimon.CoreOptions;
 import org.apache.paimon.annotation.Public;
 import org.apache.paimon.data.BinaryRow;
 import org.apache.paimon.data.Timestamp;
@@ -345,17 +344,6 @@ public class DataFileMeta {
         return level;
     }
 
-    /**
-     * Usage:
-     *
-     * <ul>
-     *   <li>Paimon 0.2
-     *       <ul>
-     *         <li>Stores changelog files for {@link 
CoreOptions.ChangelogProducer#INPUT}. Changelog
-     *             files are moved to {@link DataIncrement} since Paimon 0.3.
-     *       </ul>
-     * </ul>
-     */
     public List<String> extraFiles() {
         return extraFiles;
     }

Reply via email to