This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-61267-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from f0cc411202d branch-4.1: [feat](auth) support querying authentication
integrations from system table (#61246 #61172 #60902) (#61517)
add beac30ba563 [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]