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 7ce4b7807b [Bug](planner) add conjunct slotref id to table function
node to avoid result incorrect (#18063)
new 2a40112018 [Bug](datetimev2) Fix BE crash if scale is invalid (#17763)
new 9136ce9c82 [fix](insert) Fragment is not cancelled when client quit
without commit a rollback transation insert (#17678)
new f6118b2c04 [fix](fe) fix drop frontend removeUnReadyElectableNode
incorrectly (#17680)
new 307c61f9e3 [fix](datetime) will get String index out of range
exception (#17735)
new e572e782cb [fix](fe) fix MetricRepo.THRIFT_COUNTER_RPC_ALL
NullPointException (#17552)
new 8af09ea396 [fix](bitmap) fix wrong result of bitmap count functions
for null values (#17849)
The 6 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/io/hdfs_builder.cpp | 4 +-
be/src/vec/data_types/data_type_factory.cpp | 4 +-
be/src/vec/data_types/data_type_time_v2.cpp | 9 +
be/src/vec/data_types/data_type_time_v2.h | 2 +
be/src/vec/functions/function.cpp | 8 -
be/src/vec/functions/function.h | 8 +
be/src/vec/functions/function_bitmap.cpp | 153 +++++++++-
be/src/vec/functions/function_bitmap_variadic.cpp | 37 ++-
be/test/vec/function/function_bitmap_test.cpp | 6 +-
.../org/apache/doris/analysis/DateLiteral.java | 4 +-
.../main/java/org/apache/doris/catalog/Env.java | 2 +-
.../java/org/apache/doris/qe/ConnectContext.java | 7 +-
.../java/org/apache/doris/service/FeServer.java | 11 +-
.../bitmap_functions/test_bitmap_function.out | 115 ++++++--
.../bitmap_functions/test_bitmap_function.out | 105 ++++++-
.../bitmap_functions/test_bitmap_function.groovy | 307 +++++++++++++++++----
.../bitmap_functions/test_bitmap_function.groovy | 285 ++++++++++++++++---
.../datetime_functions/test_date_function.groovy | 9 +
18 files changed, 909 insertions(+), 167 deletions(-)
copy regression-test/data/{query_p0 =>
nereids_p0}/sql_functions/bitmap_functions/test_bitmap_function.out (70%)
copy regression-test/suites/{query_p0 =>
nereids_p0}/sql_functions/bitmap_functions/test_bitmap_function.groovy (64%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]