Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
仟弋 committed Dec 10, 2024
1 parent d10a3b2 commit df6c353
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions paimon-core/src/main/java/org/apache/paimon/KeyValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ public static RowType schema(RowType keyType, RowType valueType) {
return new RowType(createKeyValueFields(keyType.getFields(), valueType.getFields()));
}

public static RowType schema(RowType valueType) {
return schema(RowType.of(), valueType);
}

public static RowType schemaWithLevel(RowType keyType, RowType valueType) {
List<DataField> fields = new ArrayList<>(schema(keyType, valueType).getFields());
fields.add(LEVEL);
Expand Down

0 comments on commit df6c353

Please sign in to comment.