Skip to content

Commit

Permalink
update for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Jan 22, 2024
1 parent 1b7312d commit a7b28c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

package org.apache.paimon.stats;

import org.apache.paimon.annotation.Experimental;
import org.apache.paimon.data.serializer.InternalSerializers;
import org.apache.paimon.data.serializer.Serializer;
import org.apache.paimon.types.DataType;
Expand Down Expand Up @@ -48,6 +49,7 @@
*
* @param <T> col internal data type
*/
@Experimental
public class ColStats<T> {

private static final String FIELD_COL_ID = "colId";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

package org.apache.paimon.stats;

import org.apache.paimon.annotation.Experimental;
import org.apache.paimon.fs.FileIO;
import org.apache.paimon.fs.Path;
import org.apache.paimon.schema.TableSchema;
Expand Down Expand Up @@ -46,6 +47,7 @@
* <li>colStats: column stats map
* </ul>
*/
@Experimental
public class Statistics {

// ID of the snapshot this statistics collected from
Expand Down

0 comments on commit a7b28c9

Please sign in to comment.