Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Oct 13, 2023
1 parent 01d4a4a commit d003735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static void setUp() throws Exception {
+ " `username` varchar(32) NULL DEFAULT \"\" COMMENT \"\",\n"
+ " `pv` bigint(20) NULL DEFAULT \"0\" COMMENT \"\"\n"
+ ") ENGINE=OLAP\n"
+ "UNIQUE KEY(`siteid`, `citycode`, `username`)\n"
+ "DUPLICATE KEY(`siteid`, `citycode`, `username`)\n"
+ "COMMENT \"OLAP\"\n"
+ "DISTRIBUTED BY RANDOM BUCKETS 10\n"
+ "PROPERTIES (\n"
Expand Down

0 comments on commit d003735

Please sign in to comment.