This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch auto-pick-65637-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 9982c3d0d39 [fix](regression) Stabilize BE compaction tasks test
(#65637)
add 3ba435c26e0 branch-4.1: [fix](be) Clean up spill directories during
query teardown (#66458)
add a15b79e4940 branch-4.1: [improvement](be) Add instance ID to hash join
profiles #66097 (#66453)
add e48fc7e97b9 [fix](test) Unset Paimon Variant shredding property
(#66536)
add f0e00809c81 branch-4.1:[chore](thirdparty) Upgrade Apache Arrow to
24.0.0(#66221) (#66480)
add d56f495d4d7 [fix](regression) Stabilize BE compaction tasks test
(#65637)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9982c3d0d39)
\
N -- N -- N refs/heads/auto-pick-65637-branch-4.1 (d56f495d4d7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/be-ut-mac.yml | 50 ++-
.github/workflows/build-thirdparty.yml | 38 +-
be/CMakeLists.txt | 2 +-
be/cmake/thirdparty.cmake | 1 +
be/src/exec/operator/hashjoin_build_sink.cpp | 1 +
be/src/exec/operator/hashjoin_probe_operator.cpp | 2 +
be/src/exec/spill/spill_file.cpp | 4 +-
be/src/exec/spill/spill_file_manager.cpp | 85 +++-
be/src/exec/spill/spill_file_manager.h | 25 +-
be/src/exec/spill/spill_file_writer.cpp | 3 +
be/src/format/table/iceberg/arrow_schema_util.cpp | 2 +-
be/src/runtime/query_context.cpp | 11 +
be/src/runtime/query_context.h | 9 +
.../data_type_serde_decimal_test.cpp | 4 +-
be/test/format/parquet/parquet_expr_test.cpp | 2 +-
be/test/format_v2/parquet/parquet_reader_test.cpp | 58 ++-
.../format_v2/table/remote_doris_reader_test.cpp | 2 +-
be/test/vec/spill/spill_file_test.cpp | 406 ++++++++++++++++-
build.sh | 75 +++-
docker/compilation/Dockerfile.gcc10 | 3 +-
docker/compilation/Dockerfile.gcc7 | 119 -----
docker/compilation/arm/Dockerfile | 12 +
.../create_preinstalled_scripts/paimon/run13.sql | 6 +-
.../iceberg/write/test_iceberg_write_stats2.out | 2 +-
.../iceberg/iceberg_schema_change_ddl.groovy | 2 +-
.../spill_p0/test_spill_directory_cleanup.groovy | 113 +++++
run-be-ut.sh | 25 ++
thirdparty/arrow-paimon-vars.sh | 408 +++++++++++++++++
thirdparty/build-thirdparty.sh | 16 +-
thirdparty/download-thirdparty.sh | 64 ++-
thirdparty/paimon-cpp-cache.cmake | 3 +-
...rrow-24.0.0-force-write-int96-timestamps.patch} | 42 +-
...0.0-lzo.patch => apache-arrow-24.0.0-lzo.patch} | 72 ++-
...imon.patch => apache-arrow-24.0.0-paimon.patch} | 116 ++---
.../paimon-cpp-arrow-24-compatibility.patch | 64 +++
.../patches/paimon-cpp-arrow-24-compute.patch | 44 ++
thirdparty/test/arrow-paimon-lifecycle-test.sh | 492 +++++++++++++++++++++
thirdparty/vars.sh | 31 +-
38 files changed, 2087 insertions(+), 327 deletions(-)
delete mode 100644 docker/compilation/Dockerfile.gcc7
create mode 100644
regression-test/suites/spill_p0/test_spill_directory_cleanup.groovy
create mode 100644 thirdparty/arrow-paimon-vars.sh
rename
thirdparty/patches/{apache-arrow-17.0.0-force-write-int96-timestamps.patch =>
apache-arrow-24.0.0-force-write-int96-timestamps.patch} (74%)
rename thirdparty/patches/{apache-arrow-17.0.0-lzo.patch =>
apache-arrow-24.0.0-lzo.patch} (55%)
rename thirdparty/patches/{apache-arrow-17.0.0-paimon.patch =>
apache-arrow-24.0.0-paimon.patch} (68%)
create mode 100644 thirdparty/patches/paimon-cpp-arrow-24-compatibility.patch
create mode 100644 thirdparty/patches/paimon-cpp-arrow-24-compute.patch
create mode 100755 thirdparty/test/arrow-paimon-lifecycle-test.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]