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 8bed448e6a3 [Fix](multi-catalog) Fix hadoop viewfs issues. (#24505)
new 0de595649d3 [FIX](decimalv3) fix decimalv3 value with leading zeros
(#24416)
new f22142c8311 [fix](nereids) correlated anti join shouldn't be
translated to null aware anti join (#24290)
new a06794604f7 [enhancement](disk) refine io error and report bad when
disk is abnormal (#24390)
new 07208332171 [fix](stats) Fix analyze failed when there are thousands
of partitions. (#24521)
new 6423c05075d [Improve](explode) improve explode func with array nested
other type (#24455)
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:
.../io/cache/block/cached_remote_file_reader.cpp | 6 +-
be/src/olap/tablet.cpp | 5 +-
be/src/olap/tablet.h | 8 +-
be/src/olap/utils.cpp | 8 +-
be/src/util/bitmap_value.h | 2 +-
be/src/util/string_parser.hpp | 6 +-
be/src/vec/columns/column_array.cpp | 2 +-
be/src/vec/columns/column_map.cpp | 2 +-
be/src/vec/exprs/table_function/vexplode.cpp | 12 +-
be/src/vec/olap/block_reader.cpp | 4 +
be/src/vec/olap/block_reader.h | 6 +-
be/src/vec/olap/vertical_block_reader.cpp | 4 +-
be/src/vec/olap/vertical_block_reader.h | 4 +-
.../doris/nereids/rules/rewrite/InApplyToJoin.java | 28 +-
.../java/org/apache/doris/qe/StmtExecutor.java | 4 +
.../doris/statistics/util/StatisticsUtil.java | 5 -
regression-test/data/query_p0/cast/test_cast.out | 19 +
.../query_p0/sql_functions/table_function/am.json | 25 +
.../sql_functions/table_function/explode.out | 189 +++++
.../test_subquery_in_disjunction.groovy | 31 +-
.../nereids_syntax_p0/sub_query_correlated.groovy | 7 +-
.../suites/query_p0/cast/test_cast.groovy | 26 +-
.../sql_functions/table_function/explode.groovy | 67 ++
.../suites/statistics/analyze_stats.groovy | 814 ++++++++++++++++++++-
24 files changed, 1217 insertions(+), 67 deletions(-)
create mode 100644 regression-test/data/query_p0/cast/test_cast.out
create mode 100644
regression-test/data/query_p0/sql_functions/table_function/am.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]