This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5f59f915fef [fix](join) Fix partitioned hash join strategy (#40163)
new 5726f16371b [Bug](function) fix encryption_function return wrong
result at const column (#40201)
new 6d0c11ba1cd [fix](regression) fix regression failure of window_funnel
caused by duplicated table name (#40216)
new 9b807ebb801 [fix](regression) speed up some case (#40237)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/vec/functions/function_encryption.cpp | 2 +-
.../data/nereids_p0/aggregate/window_funnel.out | 3 +
.../window_functions/window_funnel.out | 84 -----
.../data/query_p0/aggregate/window_funnel.out | 31 --
.../encryption_digest/test_encryption_function.out | 3 +
.../test_group_commit_replay_wal.groovy | 3 +-
.../transaction/txn_insert_inject_case.groovy | 24 +-
.../transaction/txn_insert_with_drop.groovy | 4 +
.../nereids_p0/aggregate/window_funnel.groovy | 67 +++-
.../window_functions/window_funnel.sql | 92 ------
.../suites/query_p0/aggregate/window_funnel.groovy | 360 ---------------------
.../test_encryption_function.groovy | 17 +
12 files changed, 113 insertions(+), 577 deletions(-)
delete mode 100644
regression-test/data/nereids_p0/sql_functions/window_functions/window_funnel.out
delete mode 100644 regression-test/data/query_p0/aggregate/window_funnel.out
delete mode 100644
regression-test/suites/nereids_p0/sql_functions/window_functions/window_funnel.sql
delete mode 100644
regression-test/suites/query_p0/aggregate/window_funnel.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]