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 4db9725940 [branch-1.2][improvement](limit) check exec node limit
against invalid value (#21463)
new c6dbc5729f [Fix](multi-catalog) Add hadoop system classpath to
CLASSPATH to resolve can not enable hadoop short circuit reading in some
environments. (#21430)
new 3d67dea444 [Improve](regresstest) update collect distinct regress test
for array hash (#21417)
new bca7edbc58 [fix](truncate) it will directly return and avoid throwing
IllegalStateException caused by bufferSize equals zero when table has no
partition (#21378)
new 9ba074a597 [bugfix](build script) fix noavx2 package name branch
condition #21356
new a6918535c1 [decimalv2](compatibility) add config to allow invalid
decimalv2 literal (#21327)
new 4ff1ffc8c7 [Fix](multi-catalog) optimize hashcode for PartitionKey.
(#21307)
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/common/config.h | 3 +
be/src/runtime/decimalv2_value.cpp | 4 +-
bin/start_be.sh | 5 +-
build-for-release.sh | 2 +-
.../org/apache/doris/analysis/DateLiteral.java | 6 +-
.../org/apache/doris/catalog/PartitionKey.java | 6 +-
.../apache/doris/datasource/InternalCatalog.java | 5 +
.../org/apache/doris/catalog/PartitionKeyTest.java | 17 +++
.../query_p0/join/test_collect_list_distinct.out | 16 +++
...te_table.groovy => test_truncate_table1.groovy} | 55 ++++++----
.../join/test_collect_list_distinct.groovy | 116 +++++++++++++++++++++
11 files changed, 209 insertions(+), 26 deletions(-)
create mode 100644
regression-test/data/query_p0/join/test_collect_list_distinct.out
copy regression-test/suites/ddl_p0/{test_truncate_table.groovy =>
test_truncate_table1.groovy} (55%)
create mode 100644
regression-test/suites/query_p0/join/test_collect_list_distinct.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]