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

morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from e23788e0a7 [Chore](build) enable -Wextra and remove some -Wno (#15760)
     new f59626a32e [opt](planner) return bigint literal when cast date literal 
to bigint type (#15613)
     new 776255018e [refactor](rpc fn) decouple vectorized remote function from 
row-based one (#15871)
     new 12faf8a99d [Bug](function)  catch function calculation error on 
aggregate node to avoid core dump (#15903)
     new 521bed9ca1 [enhancement](load) change the publish version log to 
VLOG_CRITICAL (#15673)
     new 768ff43c65 [Compile](lzo) fix lzo decompressor compiler error (#15956)

The 5 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/exec/decompressor.h                         |   2 +-
 be/src/olap/task/engine_publish_version_task.cpp   |   8 +-
 be/src/vec/exec/vaggregation_node.cpp              |  36 +-
 be/src/vec/exec/vaggregation_node.h                |  35 +-
 be/src/vec/exprs/vectorized_agg_fn.cpp             |  38 +-
 be/src/vec/exprs/vectorized_agg_fn.h               |  20 +-
 be/src/vec/functions/function_rpc.cpp              | 505 ++++++++++++++++++++-
 be/src/vec/functions/function_rpc.h                |  42 +-
 .../org/apache/doris/analysis/DateLiteral.java     |   9 +-
 .../bitmap_functions/test_bitmap_function.out      |   3 +
 .../bitmap_functions/test_bitmap_function.groovy   |  16 +
 11 files changed, 642 insertions(+), 72 deletions(-)


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

Reply via email to