link3280 commented on issue #53: URL: https://github.com/apache/doris-flink-connector/issues/53#issuecomment-1210454469
@JNSimba Thanks for your explanation. I was writing to a non-partitioned table, of which DDL is like: ``` CREATE TABLE `tmp_test` ( `a` text NULL COMMENT "", `update_time` datetime NULL COMMENT "" ) ENGINE=OLAP DUPLICATE KEY(`a`) COMMENT "OLAP" DISTRIBUTED BY HASH(`a`) BUCKETS 32 PROPERTIES ( "replication_allocation" = "tag.location.default: 1", "in_memory" = "false", "storage_format" = "V2" ); ``` BTW, the doris cluster's version 0.15.0 (2pc disabled). Would that be related to the error? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org