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

[pipeline-connector][doris] Extract type mapping logic

Open JNSimba opened this issue 2 years ago • 2 comments

Currently in DorisSink, the type mapping logic directly reuses the Flink Doris Connector. Although it is more convenient, it forms a strong binding relationship with the connector in terms of freedom, which greatly reduces the degree of freedom. So the Doris type mapping is extracted here.

JNSimba avatar Dec 11 '23 03:12 JNSimba

Maybe ,we can add TimeType in DorisTypeMapper to fix https://github.com/apache/flink-cdc/issues/3099.

vinlee19 avatar Mar 09 '24 14:03 vinlee19

Thanks @JNSimba for the great work, could you please rebase this PR with latest master branch before it could be merged?

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]