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

[FLINK-35090][cdc][doris] Add database auto-creating support for Doris sink pipeline connector

Open yuxiqian opened this issue 1 year ago • 3 comments

Currently, Doris sink supports auto-creating table only. When specified database does not exist, connector will panic with a Doris internal error. By ensuring database exists before creating any table should fix this problem.

yuxiqian avatar Apr 12 '24 03:04 yuxiqian

@lvyanquan PTAL

yuxiqian avatar Apr 12 '24 03:04 yuxiqian

LGTM.

lvyanquan avatar May 23 '24 11:05 lvyanquan

Thanks for @lvyanquan's review, rebased to latest master branch. cc @PatrickRen

yuxiqian avatar May 23 '24 13:05 yuxiqian

Closing this for now since it has been implemented in https://github.com/apache/doris-flink-connector/pull/408.

yuxiqian avatar Jul 11 '24 01:07 yuxiqian