This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch auto-pick-66534-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 685a274573b Merge branch 'branch-4.1' into auto-pick-66534-branch-4.1
discard 31f7aae63f9 [fix](be) Stop spill GC threads in workload group test
teardown (#66534)
add f0e00809c81 branch-4.1:[chore](thirdparty) Upgrade Apache Arrow to
24.0.0(#66221) (#66480)
add f36f17820cc [fix](be) Stop spill GC threads in workload group test
teardown (#66534)
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 (685a274573b)
\
N -- N -- N refs/heads/auto-pick-66534-branch-4.1 (f36f17820cc)
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/format/table/iceberg/arrow_schema_util.cpp | 2 +-
.../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 +-
build.sh | 75 +++-
docker/compilation/Dockerfile.gcc10 | 3 +-
docker/compilation/Dockerfile.gcc7 | 119 -----
docker/compilation/arm/Dockerfile | 12 +
.../iceberg/write/test_iceberg_write_stats2.out | 2 +-
.../iceberg/iceberg_schema_change_ddl.groovy | 2 +-
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 +-
27 files changed, 1442 insertions(+), 307 deletions(-)
delete mode 100644 docker/compilation/Dockerfile.gcc7
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]