flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[pipeline-connector][starrocks] Add the binary column type support

Open WholeWorld-Timothy opened this issue 2 years ago • 6 comments

When mysql contains blob fields, the table synchronized to StarRocks reports an unsupported type error. After reviewing the official Starrocks document, StarRocks already supports binary type, and adds binary and varbinary support to the starrocks support of pipeline-connector.

WholeWorld-Timothy avatar Dec 25 '23 06:12 WholeWorld-Timothy

PTAL @banmoy

WholeWorld-Timothy avatar Dec 25 '23 06:12 WholeWorld-Timothy

Thanks @WholeWorld-Timothy for this contribution, can you add a test for binary type in EventRecordSerializationSchemaTest for this pr?

lvyanquan avatar Jan 02 '24 03:01 lvyanquan

I'll try it.

WholeWorld-Timothy avatar Jan 02 '24 08:01 WholeWorld-Timothy

Test cases have been added, PTAL @lvyanquan

WholeWorld-Timothy avatar Jan 08 '24 07:01 WholeWorld-Timothy

In my test, I got Not support cast VARCHAR(1048576) to VARBINARY(-1) error, and I'm trying to find out the reason.

lvyanquan avatar Jan 17 '24 11:01 lvyanquan

Hi @WholeWorld-Timothy, could you please rebase this PR with master branch to see if the CI passes?

cc @lvyanquan

yuxiqian avatar Apr 26 '24 05:04 yuxiqian

This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.

github-actions[bot] avatar Jul 17 '24 00:07 github-actions[bot]