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

englefly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 4822b9811a [feature](nereids)support bitmap runtime filter on nereids 
(#16927)
     add 2b6d971c2f [fix](nereids)fix first_value/lead/lag window function bug 
in nereids (#17315)

No new revisions were added by this update.

Summary of changes:
 .../aggregate_function_window.h                    |  2 ++
 .../glue/translator/PhysicalPlanTranslator.java    | 10 +++++++--
 .../properties/EnforceMissingPropertiesHelper.java |  7 ++++--
 .../rules/analysis/WindowFunctionChecker.java      |  4 +++-
 .../LogicalWindowToPhysicalWindow.java             |  2 +-
 .../nereids/trees/expressions/WindowFrame.java     |  4 ++++
 .../expressions/functions/window/LastValue.java    | 10 +++++++++
 .../window_function/first_value_window.out}        |  0
 .../window_function/lag_lead_window.out}           |  8 +++----
 .../join/outer_join_with_empty_node.out}           |  0
 .../window_function/first_value_window.groovy}     |  9 ++++----
 .../window_function/lag_lead_window.groovy}        |  9 +++++---
 .../join/outer_join_with_empty_node.groovy}        | 25 ++++++++++++----------
 13 files changed, 62 insertions(+), 28 deletions(-)
 copy regression-test/data/{correctness_p0/test_first_value_window.out => 
nereids_function_p0/window_function/first_value_window.out} (100%)
 copy regression-test/data/{correctness_p0/test_lag_lead_window.out => 
nereids_function_p0/window_function/lag_lead_window.out} (100%)
 copy regression-test/data/{correctness_p0/test_outer_join_with_empty_node.out 
=> nereids_p0/join/outer_join_with_empty_node.out} (100%)
 copy regression-test/suites/{correctness_p0/test_first_value_window.groovy => 
nereids_function_p0/window_function/first_value_window.groovy} (87%)
 copy regression-test/suites/{correctness_p0/test_lag_lead_window.groovy => 
nereids_function_p0/window_function/lag_lead_window.groovy} (90%)
 copy 
regression-test/suites/{correctness_p0/test_outer_join_with_empty_node.groovy 
=> nereids_p0/join/outer_join_with_empty_node.groovy} (63%)


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

Reply via email to