This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 96bb9a7d08 change version to 2.0.0-rc04
new 57998c24ef [Fix](planner)support delete conditions contain non-key
columns and add check in analyze phase for delete. (#22673)
new 35c2d4724b [fix](invert index) supports utf8 and non-utf8 strings
(#22570)
new e94cf0c964 [feature](function) support time_to_sec (#21722)
new 3f8925d105 [fix](time) fix error in time_to_sec
The 4 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/clucene | 2 +-
.../rowset/segment_v2/inverted_index_reader.cpp | 5 +-
.../function_date_or_datetime_computation.cpp | 2 +
.../function_date_or_datetime_computation.h | 46 +++++---
.../sec_to_time.md} | 36 ++----
docs/sidebars.json | 1 +
docs/zh-CN/docs/data-table/index/inverted-index.md | 4 +-
.../sec_to_time.md} | 36 ++----
.../java/org/apache/doris/analysis/DeleteStmt.java | 124 +++++++++++++++++++++
.../java/org/apache/doris/load/DeleteHandler.java | 2 +-
gensrc/script/doris_builtins_functions.py | 1 +
.../test_time_function.out} | 11 +-
.../test_inverted_index_keyword.out} | 43 ++++---
.../test_time_function.groovy} | 33 +++---
.../suites/delete_p0/test_delete.groovy | 10 ++
.../test_inverted_index_keyword.groovy | 92 +++++++++++++++
16 files changed, 333 insertions(+), 115 deletions(-)
copy
docs/en/docs/sql-manual/sql-functions/{aggregate-functions/group_bit_and.md =>
date-time-functions/sec_to_time.md} (63%)
copy
docs/zh-CN/docs/sql-manual/sql-functions/{aggregate-functions/group_bit_and.md
=> date-time-functions/sec_to_time.md} (64%)
copy regression-test/data/{query_p0/set/test_user_var.out =>
correctness/test_time_function.out} (73%)
copy
regression-test/data/{nereids_p0/sql_functions/json_functions/test_json_function.out
=> inverted_index_p0/test_inverted_index_keyword.out} (50%)
copy regression-test/suites/{correctness_p0/test_cast_decimal.groovy =>
correctness/test_time_function.groovy} (64%)
create mode 100644
regression-test/suites/inverted_index_p0/test_inverted_index_keyword.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]