This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5993dbd9148 branch-4.1: [chore](thirdparty) Integrate paimon-cpp into
thirdparty build system #60296 (#61369)
new 13eccc4251b branch-4.0: [test](doc) Add regression test for ASOF JOIN
documentation examples #61351 (#61353)
new 9ede6bcb384 branch-4.0: [enhance](load) exclude version-gap replicas
from success counting in quorum success #60953 (#61359)
new c6d944981d0 branch-4.0: [fix](es-catalog) Fix query error when ES
keyword field contains array data #61236 (#61361)
new 70c4f0d85a5 branch-4.0: [opt](cloud) Support fdb locality aware load
balancing #61312 (#61375)
new 07daf38b8ca branch-4.0: [chore](fe) upgrade okhttp to 5.3.2 #61263
(#61370)
new 55b8e03682d branch-4.0: [fix](test) fix case salt_join make it disable
join reorder #59035 (#61394)
new a3013183f1a branch-4.0: [Fix](mv) Fix ConcurrentModificationException
in PartitionCompensator #61145 (#61402)
new 284ecc53114 [fix](filecache) add check and exception handle for empty
block file (#59646) (#61203)
new 1ce5fbac5c4 branch-4.0: [enhance](auth) introduction of ldaps support
via configuration property #60275 (#61406)
The 9 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/exec/es/es_scroll_parser.cpp | 20 +-
be/src/exec/tablet_info.cpp | 8 +
be/src/exec/tablet_info.h | 2 +
be/src/io/cache/file_block.cpp | 17 +-
be/src/io/cache/file_block.h | 1 +
be/src/vec/sink/writer/vtablet_writer.cpp | 13 +-
be/src/vec/sink/writer/vtablet_writer.h | 4 +
be/src/vec/sink/writer/vtablet_writer_v2.cpp | 38 ++-
be/src/vec/sink/writer/vtablet_writer_v2.h | 3 +
be/test/io/cache/block_file_cache_test.cpp | 130 ++++++++
cloud/src/common/config.h | 5 +
cloud/src/meta-store/txn_kv.cpp | 57 +++-
conf/ldap.conf | 3 +
.../scripts/data/test_keyword_array.json | 3 +
.../elasticsearch/scripts/es_init.sh | 18 +-
.../scripts/index/es7_test_keyword_array.json | 28 ++
.../java/org/apache/doris/common/LdapConfig.java | 18 ++
fe/fe-core/pom.xml | 22 +-
.../java/org/apache/doris/catalog/OlapTable.java | 22 ++
.../doris/mysql/authenticate/ldap/LdapClient.java | 9 +-
.../rules/exploration/mv/PartitionCompensator.java | 19 +-
.../org/apache/doris/planner/OlapTableSink.java | 8 +
.../mysql/authenticate/ldap/LdapClientTest.java | 27 ++
.../exploration/mv/PartitionCompensatorTest.java | 123 +++++++
fe/pom.xml | 28 +-
gensrc/thrift/Descriptors.thrift | 3 +
.../data/doc/query-data/asof-join.md.out | 65 ++++
.../es/test_es_keyword_array_type.out | 33 ++
.../data/nereids_rules_p0/salt_join/salt_join.out | 300 ++++++++---------
.../suites/doc/query-data/asof-join.md.groovy | 355 +++++++++++++++++++++
.../es/test_es_keyword_array_type.groovy | 115 +++++++
.../nereids_rules_p0/salt_join/salt_join.groovy | 84 ++---
32 files changed, 1349 insertions(+), 232 deletions(-)
create mode 100644
docker/thirdparties/docker-compose/elasticsearch/scripts/data/test_keyword_array.json
create mode 100644
docker/thirdparties/docker-compose/elasticsearch/scripts/index/es7_test_keyword_array.json
create mode 100644 regression-test/data/doc/query-data/asof-join.md.out
create mode 100644
regression-test/data/external_table_p0/es/test_es_keyword_array_type.out
create mode 100644 regression-test/suites/doc/query-data/asof-join.md.groovy
create mode 100644
regression-test/suites/external_table_p0/es/test_es_keyword_array_type.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]