This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 301a1d97e1 [fix](row-policy) fix creating row policy with forward
issue (#23801)
add 422159bd94 [pipelineX](refactor) add repeat node in pipelineX (#23750)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/repeat_operator.cpp | 230 +++++++++++++++-
be/src/pipeline/exec/repeat_operator.h | 55 +++-
be/src/pipeline/pipeline_x/operator.cpp | 6 +
be/src/pipeline/pipeline_x/operator.h | 5 +
.../pipeline_x/pipeline_x_fragment_context.cpp | 6 +
.../data/pipelineX/test_repeat_operator.out | 290 +++++++++++++++++++++
.../suites/pipelineX/test_repeat_operator.groovy | 89 +++++++
7 files changed, 679 insertions(+), 2 deletions(-)
create mode 100644 regression-test/data/pipelineX/test_repeat_operator.out
create mode 100644 regression-test/suites/pipelineX/test_repeat_operator.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]