Closed zouchangzhen closed 8 months ago
Yes. we have a pr https://github.com/StarRocks/starrocks-connector-for-apache-flink/pull/175, still working on to merge this.
Yes. we have a pr StarRocks/starrocks-connector-for-apache-flink#175, still working on to merge this.
这样创建catalog语句么? CREATE CATALOG doris_catalog WITH( 'type' = 'starrocks-catalog', 'jdbc-url' = 'jdbc:mysql://:9030,:9030,*:9030', 'default-database' = '@', 'database-name' = '@', 'username' = '@', 'table-name' = '@', 'password' = '@' ); 为什么还要table-name呢
catalog 好像不支持主键模型?
insert into sink_sr.sdp_test.sink_test_zj/+ OPTIONS( 'sink.parallelism' = '3','sink.properties.partial_update' = 'true','sink.properties.columns' = 'f_sequence,f_random,f_random_str,__op') /(f_sequence,f_random,f_random_str,ts) select f_sequence,f_random,concat('testcatalog20230808sdp',f_random_str),ts from source_kafka <<< java.lang.IllegalArgumentException: Primary keys not defined in the sink TableSchema
. at com.starrocks.connector.flink.manager.StarRocksSinkTable.validateTableStructure(StarRocksSinkTable.java:83) at com.starrocks.connector.flink.table.sink.StarRocksDynamicSinkFunctionV2.
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
General Question