[pipeline-connector][starrocks] Add the binary column type support
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.
PTAL @banmoy
Thanks @WholeWorld-Timothy for this contribution, can you add a test for binary type in EventRecordSerializationSchemaTest for this pr?
I'll try it.
Test cases have been added, PTAL @lvyanquan
In my test, I got Not support cast VARCHAR(1048576) to VARBINARY(-1) error, and I'm trying to find out the reason.
Hi @WholeWorld-Timothy, could you please rebase this PR with master branch to see if the CI passes?
cc @lvyanquan
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.