This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-64847-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from ab5c1cc78fb branch-4.0: [fix](fe) Skip dropped columns in follower
stats sync #63882 (#63947)
add 74afa4a69bc [fix](array function) Support boolean cast for array first
and last (#64847)
No new revisions were added by this update.
Summary of changes:
.../nereids/trees/expressions/Expression.java | 2 +-
.../expressions/functions/scalar/ArrayFirst.java | 33 +++++++++++--
.../expressions/functions/scalar/ArrayLast.java | 33 +++++++++++--
.../expressions/visitor/ScalarFunctionVisitor.java | 4 +-
.../functions/scalar/ArrayFirstLastTest.java | 56 ++++++++++++++++++++++
.../array_functions/test_array_first.out | 3 ++
.../array_functions/test_array_last.out | 3 ++
.../array_functions/test_array_first.groovy | 3 +-
.../array_functions/test_array_last.groovy | 3 +-
9 files changed, 125 insertions(+), 15 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/functions/scalar/ArrayFirstLastTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]