Skip to content

Commit

Permalink
Make TableFormat extensible | fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyangtx committed Sep 9, 2024
1 parent 482aff7 commit 3a19ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class TableFormat {
public static final TableFormat ICEBERG = register("ICEBERG");

public static final TableFormat MIXED_ICEBERG = register("MIXED_ICEBERG");
public static final TableFormat MIXED_HIVE = register("MIXED_ICEBERG");
public static final TableFormat MIXED_HIVE = register("MIXED_HIVE");
public static final TableFormat PAIMON = register("PAIMON");
public static final TableFormat HUDI = register("HUDI");

Expand Down

0 comments on commit 3a19ee8

Please sign in to comment.