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

github-bot pushed a change to branch auto-pick-61389-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 55077e4fe71 [Improve](Streamingjob) support only snapshot sync for 
mysql and pg (#61389)

No new revisions were added by this update.

Summary of changes:
 .../apache/doris/job/cdc/DataSourceConfigKeys.java |   3 +-
 .../streaming/DataSourceConfigValidator.java       |   3 +-
 .../insert/streaming/StreamingInsertJob.java       |  10 ++
 .../streaming/StreamingJobSchedulerTask.java       |   6 ++
 .../doris/job/offset/SourceOffsetProvider.java     |   9 ++
 .../job/offset/jdbc/JdbcSourceOffsetProvider.java  |  34 ++++++-
 .../source/reader/JdbcIncrementalSourceReader.java |   3 +-
 .../source/reader/mysql/MySqlSourceReader.java     |   7 +-
 .../reader/postgres/PostgresSourceReader.java      |   2 +
 ...l.out => test_streaming_mysql_job_snapshot.out} |   6 +-
 ...ut => test_streaming_postgres_job_snapshot.out} |   6 +-
 .../cdc/test_streaming_mysql_job_snapshot.groovy   | 111 +++++++++++++++++++++
 ...=> test_streaming_postgres_job_snapshot.groovy} |  81 ++++++++-------
 13 files changed, 222 insertions(+), 59 deletions(-)
 copy 
regression-test/data/job_p0/streaming_job/cdc/{test_streaming_postgres_job_ssl.out
 => test_streaming_mysql_job_snapshot.out} (76%)
 copy 
regression-test/data/job_p0/streaming_job/cdc/{test_streaming_postgres_job_ssl.out
 => test_streaming_postgres_job_snapshot.out} (76%)
 create mode 100644 
regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_snapshot.groovy
 copy 
regression-test/suites/job_p0/streaming_job/cdc/{test_streaming_postgres_job_split.groovy
 => test_streaming_postgres_job_snapshot.groovy} (58%)


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

Reply via email to