This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch auto-pick-63833-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from d959ea0ae44 branch-4.1 [fix](match) Allow MATCH on aliased variant 
subcolumns (#63811)
     add 7f7363cf8fd [improve](streaming-job) avoid potential OOM when reading 
large snapshot splits (#63833)

No new revisions were added by this update.

Summary of changes:
 .../apache/doris/job/cdc/DataSourceConfigKeys.java |   1 +
 .../streaming/DataSourceConfigValidator.java       |  10 ++
 .../insert/streaming/StreamingInsertJob.java       |   2 +
 .../insert/streaming/StreamingMultiTblTask.java    |   5 +-
 .../CdcStreamTableValuedFunction.java              |  12 +++
 .../cdcclient/service/PipelineCoordinator.java     |  14 ++-
 .../doris/cdcclient/sink/DorisBatchStreamLoad.java |   2 +-
 .../source/reader/JdbcIncrementalSourceReader.java |  40 +++++++-
 .../cdcclient/source/reader/SourceReader.java      |   5 +
 .../source/reader/mysql/MySqlSourceReader.java     |  38 +++++++-
 .../reader/postgres/PostgresSourceReader.java      |   4 +
 ..._streaming_mysql_job_snapshot_fat_split.groovy} | 106 ++++++++++-----------
 ...reaming_postgres_job_snapshot_fat_split.groovy} |  79 +++++++--------
 13 files changed, 211 insertions(+), 107 deletions(-)
 copy 
regression-test/suites/job_p0/streaming_job/cdc/{test_streaming_mysql_job_id_gap_completeness.groovy
 => test_streaming_mysql_job_snapshot_fat_split.groovy} (59%)
 copy 
regression-test/suites/job_p0/streaming_job/cdc/{test_streaming_postgres_job_id_gap_completeness.groovy
 => test_streaming_postgres_job_snapshot_fat_split.groovy} (66%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to