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 8df05d6d81 [Enhencement](like) fallback to re2 if hyperscan failed
pick #18350 (#18468)
new 0dac4b49fe [fix](ssl)refactor some SSL info logs to debug logs (#18234)
new a2ea72eb6e [improvement](dynamic partition) Fix dynamic partition no
bucket (#18300)
new c0231b1abf [improvement](test) print exception when streamload fails
(#18315)
new ff89306e0d [fix](quit) be can not quit cleanly due to deadlock (#17971)
new b5c7e39cb6 [fix](regression-test) print real and expect rows when fail
in exception (#17949)
new cb98497472 [Bug](decimal) Fix string to decimal (#18282)
new 085cbf5d8e [improve](clickhouse catalog) Add `"` wrap select column
for the sql query clickhouse jdbc (#18352)
new 5b4d158466 [Bug](DECIMALV3) fix wrong decimal scale returned by
function `round` (#18375)
new d4d994d844 [fix](planner) decimalv2 castTo decimalv2 should change
type directly (#18297)
new 7356904a50 [fix](bdbje) handle `RollbackException` in
`BDBJEJournal.open` (#18471)
new 9766cbd115 [fix](profile) fix show load query profile (#18487)
new 19f1f37433 [Optimize](mutlti-catalog) Opt zlib performance by adding
'-O3' cflags. (#18488)
The 12 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/olap/data_dir.cpp | 9 +-
be/src/olap/data_dir.h | 2 +-
be/src/util/string_parser.hpp | 8 +-
be/src/vec/functions/round.h | 2 +-
docs/en/docs/admin-manual/query-profile.md | 6 ++
.../Show-Statements/SHOW-LOAD-PROFILE.md | 96 ++++++++++++---------
docs/zh-CN/docs/admin-manual/query-profile.md | 6 +-
.../Show-Statements/SHOW-LOAD-PROFILE.md | 97 +++++++++++++---------
.../apache/doris/alter/SchemaChangeHandler.java | 2 +-
.../main/java/org/apache/doris/analysis/Expr.java | 7 ++
.../apache/doris/analysis/ShowLoadProfileStmt.java | 19 ++++-
.../doris/analysis/ShowQueryProfileStmt.java | 7 +-
.../java/org/apache/doris/catalog/OdbcTable.java | 7 ++
.../doris/common/util/DynamicPartitionUtil.java | 12 ++-
.../apache/doris/journal/bdbje/BDBJEJournal.java | 4 +
.../java/org/apache/doris/mysql/MysqlProto.java | 6 +-
.../java/org/apache/doris/qe/ShowExecutor.java | 17 +++-
.../doris/catalog/DynamicPartitionTableTest.java | 6 +-
.../aggregate/select_distinct.out} | 4 +-
.../sql_functions/math_functions/test_round.out | 3 +
.../regression/action/StreamLoadAction.groovy | 5 +-
.../doris/regression/util/OutputUtils.groovy | 1 +
.../suites/autobucket/test_autobucket.groovy | 3 +-
...vy => test_autobucket_dynamic_partition.groovy} | 31 ++++---
.../test_dynamic_partition.groovy | 73 ++++++++++------
.../query_p0/aggregate/select_distinct.groovy | 77 +++++++++++++++++
.../sql_functions/math_functions/test_round.groovy | 40 ++++++++-
thirdparty/build-thirdparty.sh | 2 +-
28 files changed, 398 insertions(+), 154 deletions(-)
copy regression-test/data/{correctness/sql/test_ifnull_function2.out =>
query_p0/aggregate/select_distinct.out} (69%)
copy regression-test/suites/autobucket/{test_autobucket.groovy =>
test_autobucket_dynamic_partition.groovy} (52%)
create mode 100644
regression-test/suites/query_p0/aggregate/select_distinct.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]