Skip to content

Commit

Permalink
add_paimon_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zackyoungh committed Nov 10, 2023
1 parent 1098d2d commit 9846b46
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dinky-admin/src/main/java/org/dinky/utils/PaimonUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@ public class PaimonUtil {
} catch (Catalog.DatabaseAlreadyExistException e) {
throw new RuntimeException(e);
}

// Schema.Builder schemaBuilder = Schema.newBuilder();
// schemaBuilder.primaryKey("heart_time", "model", "date");
// schemaBuilder.partitionKeys("model", "date");
// schemaBuilder.column("heart_time", DataTypes.TIMESTAMP_MILLIS());
// schemaBuilder.column("model", DataTypes.STRING());
// schemaBuilder.column("content", DataTypes.STRING());
// schemaBuilder.column("date", DataTypes.STRING());
// schemaBuilder.options(options);
// Schema schema = schemaBuilder.build();

}

public static void dropTable(String table) {
Expand Down

0 comments on commit 9846b46

Please sign in to comment.