This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 4017f64994 [feature](Nereids) support non-equal predicates in Join (#11812) add b505d6cf66 [improvement](doc test) add docs for window_funnel and refine tests (#12059) No new revisions were added by this update. Summary of changes: .../WINDOW-FUNCTION-WINDOW-FUNNEL.md | 62 +++++++++++++++ docs/sidebars.json | 3 +- .../WINDOW-FUNCTION-WINDOW-FUNNEL.md | 62 +++++++++++++++ .../window_functions/test_window_funnel.out | 6 -- .../window_functions/window_funnel.out | 84 ++++++++++++++++++++ .../window_functions/test_window_funnel.groovy | 48 ----------- .../window_functions/window_funnel.sql | 92 ++++++++++++++++++++++ 7 files changed, 302 insertions(+), 55 deletions(-) create mode 100644 docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md create mode 100644 docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md delete mode 100644 regression-test/data/query_p0/sql_functions/window_functions/test_window_funnel.out create mode 100644 regression-test/data/query_p0/sql_functions/window_functions/window_funnel.out delete mode 100644 regression-test/suites/query_p0/sql_functions/window_functions/test_window_funnel.groovy create mode 100644 regression-test/suites/query_p0/sql_functions/window_functions/window_funnel.sql --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org