Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lchangliang committed Apr 23, 2024
1 parent 8c80c90 commit 0e71c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class CacheHotspotManagerUtils {
FeConstants.INTERNAL_DB_NAME, FeConstants.INTERNAL_FILE_CACHE_HOTSPOT_TABLE_NAME);
// TODO(yuejing): 如何加字段
private static final String CREATE_CACHE_TABLE =
"create table " + TABLE_NAME + " IF NOT EXISTS (\n"
"create table " + TABLE_NAME + " (\n"
+ " cluster_id varchar(65530),\n"
+ " backend_id bigint,\n"
+ " table_id bigint,\n"
Expand Down

0 comments on commit 0e71c53

Please sign in to comment.