Skip to content

Commit 1f22fe2

Browse files
committed
Doris: Remove hash distribution from ddl
1 parent 58fea76 commit 1f22fe2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doris/ddl.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ CREATE TABLE bluesky (
77
`data` variant<'kind': string, 'commit.operation' : string, 'commit.collection' : string, 'did' : string, 'time_us' : bigint, properties("variant_max_subcolumns_count" = "1024")> NOT NULL
88
)
99
DUPLICATE KEY (kind, operation, collection, did)
10-
DISTRIBUTED BY HASH(collection, did) BUCKETS 32
1110
PROPERTIES ("replication_num"="1");

0 commit comments

Comments
 (0)