LOVEGISER commented on issue #24371: URL: https://github.com/apache/doris/issues/24371#issuecomment-1720335638
create table ddl like this is work in stream load, but not work in insert into values : `CREATE TABLE IF NOT EXISTS test.example_tbl ( user_id LARGEINT NOT NULL COMMENT "用户id", date DATETIMEV2(3) NOT NULL COMMENT "数据灌入日期时间", ) AGGREGATE KEY(user_id, date) DISTRIBUTED BY HASH(user_id) BUCKETS 1 PROPERTIES ( "replication_allocation" = "tag.location.default: 1" ); ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
