[Feature][Connector-V2] Starrocks implements multi table sink#8467
Conversation
…ing with Elasticsearch's automatic index creation apache#7430
…utomatic index creation conflict apache#7430
…utomatically creating indexes based on templates apache#7430
…utomatic index creation conflict apache#7430
…utomatic index creation conflict apache#7430
|
Please add e2e and update docs |
ok,thanks! |
| } | ||
|
|
||
| source { | ||
| MySQL-CDC { |
There was a problem hiding this comment.
Why not reuse the testcase below:
or
There was a problem hiding this comment.
Thanks, let me modify this. I'm not using fake-to-starrocks.conf because I want to test incremental data. I'm not using mysqlcdc_to_starrocks_with_schema_change.conf because it uses shop.sql from mysql-cdc, which doesn't contain multiple tables. I'm going to modify this now.
There was a problem hiding this comment.
Sorry, there was a problem with my local code. I have fixed it now. Please help me take a look again. Thank you!
|
这个pr有问题, 其实还是没解决 表结构如上,这时候代码,对于表结构如果主键id为 PRIMARY KEY 的时候, 他是只会从 UNIQUE KEY 取字段生效, 而不从 PRIMARY KEY 取字段生效 String tableSc = splitColumnsConfig.getOrDefault(tableId.catalog() + "." + tableId.table(), null); if (StringUtils.isNotEmpty(tableSc)) { } |
Purpose of this pull request
#8455
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note.