This is an automated email from the ASF dual-hosted git repository.
diwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f33c681e3da [opt](build)make checkstyle.xml compatible to vscode
(#61431)
add 3017482a843 [Improve](Streamingjob) support exclude_columns for
Postgres streaming job (#61267)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/job/cdc/DataSourceConfigKeys.java | 4 +
.../streaming/DataSourceConfigValidator.java | 22 ++
.../apache/doris/job/util/StreamingJobUtils.java | 43 ++++
.../deserialize/DebeziumJsonDeserializer.java | 42 +++-
.../PostgresDebeziumJsonDeserializer.java | 24 +++
.../apache/doris/cdcclient/utils/ConfigUtil.java | 53 +++++
.../cdc/test_streaming_postgres_job_col_filter.out | 20 ++
.../cdc/test_streaming_mysql_job_dup.groovy | 2 +-
.../test_streaming_postgres_job_col_filter.groovy | 227 +++++++++++++++++++++
9 files changed, 426 insertions(+), 11 deletions(-)
create mode 100644
regression-test/data/job_p0/streaming_job/cdc/test_streaming_postgres_job_col_filter.out
create mode 100644
regression-test/suites/job_p0/streaming_job/cdc/test_streaming_postgres_job_col_filter.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]