Partial update in Routine Load does not work #57604
Replies: 2 comments
-
|
CREATE ROUTINE LOAD e2e_snapshot_routine_load_1761919982278 |
Beta Was this translation helpful? Give feedback.
-
|
My configuration is as shown above, thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CREATE TABLE internal_test__foo_snapshot (
foo_id VARCHAR(36),
event_time DATETIME(3),
event_id VARCHAR(36),
s_attr VARCHAR(2047),
i32_attr INT,
i64_attr BIGINT,
f_attr FLOAT,
d_attr DOUBLE,
e_attr VARCHAR(256),
org_id VARCHAR(36),
receive_time DATETIME(3)
)
ENGINE = OLAP
UNIQUE KEY (foo_id)
DISTRIBUTED BY HASH(foo_id) BUCKETS 10
PROPERTIES (
"replication_num" = "1",
"enable_unique_key_merge_on_write" = "true"
);
Beta Was this translation helpful? Give feedback.
All reactions