This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-61317-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from b4cae73d2fd branch-4.1: [fix](orc)fix coredump because rewriteLeaves
function heap-use-after-free. #61138 (#61590)
add 3763b6480a2 [Improve](streaming job) support custom table name mapping
for CDC streaming job (#61317)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/job/cdc/DataSourceConfigKeys.java | 1 +
.../streaming/DataSourceConfigValidator.java | 5 +
.../insert/streaming/StreamingInsertJob.java | 15 +-
.../apache/doris/job/util/StreamingJobUtils.java | 25 ++-
.../cdcclient/service/PipelineCoordinator.java | 8 +-
.../deserialize/DebeziumJsonDeserializer.java | 11 ++
.../PostgresDebeziumJsonDeserializer.java | 6 +-
.../apache/doris/cdcclient/utils/ConfigUtil.java | 25 +++
.../test_streaming_postgres_job_table_mapping.out | 19 ++
...est_streaming_postgres_job_table_mapping.groovy | 194 +++++++++++++++++++++
10 files changed, 298 insertions(+), 11 deletions(-)
create mode 100644
regression-test/data/job_p0/streaming_job/cdc/test_streaming_postgres_job_table_mapping.out
create mode 100644
regression-test/suites/job_p0/streaming_job/cdc/test_streaming_postgres_job_table_mapping.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]