This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-65146-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 897e09e1ca9 branch-4.1:[enhance](agg) Optimize AGG shuffle key
selection #60572 (#65187)
add e9ab9b01bee [fix](streaming-job) Support delete sign in CDC stream TVF
(#65146)
No new revisions were added by this update.
Summary of changes:
.../CdcStreamTableValuedFunction.java | 12 +-
.../CdcStreamTableValuedFunctionTest.java | 101 +++++++++++++++++
..._streaming_job_cdc_stream_mysql_delete_sign.out | 21 ++++
...reaming_job_cdc_stream_postgres_delete_sign.out | 21 ++++
...eaming_job_cdc_stream_mysql_delete_sign.groovy} | 123 +++++++--------------
...ing_job_cdc_stream_postgres_delete_sign.groovy} | 62 ++++++++---
6 files changed, 240 insertions(+), 100 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/tablefunction/CdcStreamTableValuedFunctionTest.java
create mode 100644
regression-test/data/job_p0/streaming_job/cdc/tvf/test_streaming_job_cdc_stream_mysql_delete_sign.out
create mode 100644
regression-test/data/job_p0/streaming_job/cdc/tvf/test_streaming_job_cdc_stream_postgres_delete_sign.out
copy
regression-test/suites/job_p0/streaming_job/cdc/tvf/{test_streaming_job_cdc_stream_mysql.groovy
=> test_streaming_job_cdc_stream_mysql_delete_sign.groovy} (53%)
copy
regression-test/suites/job_p0/streaming_job/cdc/tvf/{test_streaming_job_cdc_stream_postgres.groovy
=> test_streaming_job_cdc_stream_postgres_delete_sign.groovy} (65%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]