This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-41990-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 3820657e286 [fix](regression-test) Fix some schema change case not pick to 2.1 sufficiently (#44921) add 3109d23ce0b [fix](column_array)fix filter_generic in column_array func (#41990) No new revisions were added by this update. Summary of changes: be/src/vec/columns/column_array.cpp | 15 +- .../sql_functions/array_functions/array_filter.csv | 236 +++++++++++++++++++++ .../array_functions/test_array_filter.out | 97 +++++++++ .../array_functions/test_array_filter.groovy | 204 ++++++++++++++++++ 4 files changed, 542 insertions(+), 10 deletions(-) create mode 100644 regression-test/data/nereids_p0/sql_functions/array_functions/array_filter.csv create mode 100644 regression-test/data/nereids_p0/sql_functions/array_functions/test_array_filter.out create mode 100644 regression-test/suites/nereids_p0/sql_functions/array_functions/test_array_filter.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org