This is an automated email from the ASF dual-hosted git repository.
felixybw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new add4857bbf [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_22)
(#10508)
add4857bbf is described below
commit add4857bbfe0a4127568596f461be6efdc1a6343
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Aug 22 22:58:34 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_08_22) (#10508)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_22)
Upstream Velox's New Commits:
37d26c054 by Krishna Pai, Back out "build: Update bundled Apache Arrow to
21.0.0 from 15.0.0" (#14563)
e073c530a by Valery Mironov, refactor: Use std::string::starts_with in
LocalFileSystem::schemeMatcher (#14397)
746fd591c by Peter Enescu, misc: Cleanup Presto Bias fuzzer (#14557)
c05b7b57e by Kevin Wilfong, fix(udf): Update TimeZoneNames.cpp (#14560)
757822fb9 by Natasha Sehgal, Add fb_truncated_mean native function (#14452)
3d1730330 by Natasha Sehgal, Add Truncated Mean to QDigest (#14305)
9764865da by dependabot[bot], build(deps): Bump brace-expansion from 1.1.11
to 1.1.12 in /website (#13759)
5477494f8 by Masha Basmanova, build: Restrict building benchmark utilities
to VELOX_BUILD_TEST_UTILS (#14548)
e86c95d60 by Pratik Pugalia, fix: Replace {} initialization in tests for
GCC support (#14539)
5ed228b3f by Bowen Wu, feat(wave): Improve workload balance across thread
blocks in Nimble reader (#14448)
54074535f by Masha Basmanova, feat: Add hash and operator== for core::IExpr
(#14551)
f6c4bb90f by Jonathan Hehir, fix: Use generic types for QDigest
distribution (#14536)
1457309c6 by Amit Dutta, refactor: Remove boost cast from DateTimeimpl
(#14537)
de4da7ce8 by Jimmy Lu, refactor: Make local merge source queue size
configurable (#14540)
65094bc56 by Krishna Pai, feat(build): Add support for Fedora (#14352)
9761ad9f7 by Masha Basmanova, feat: Add core::IExpr::replaceInputs API
(#14543)
23b1d9ad2 by Kk Pulla, fix: Update the config name and documentation of
flatmap preserving option in hive connector (#14468)
Signed-off-by: glutenperfbot <[email protected]>
* fix Iceberg interface change
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Chengcheng Jin <[email protected]>
---
cpp/velox/compute/iceberg/IcebergWriter.cc | 2 +-
ep/build-velox/src/get_velox.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/compute/iceberg/IcebergWriter.cc
b/cpp/velox/compute/iceberg/IcebergWriter.cc
index afc87d56c2..5ba500e670 100644
--- a/cpp/velox/compute/iceberg/IcebergWriter.cc
+++ b/cpp/velox/compute/iceberg/IcebergWriter.cc
@@ -50,7 +50,7 @@ std::shared_ptr<IcebergInsertTableHandle>
createIcebergInsertTableHandle(
std::shared_ptr<const IcebergPartitionSpec> spec,
const iceberg::IcebergNestedField& nestedField,
facebook::velox::memory::MemoryPool* pool) {
- std::vector<std::shared_ptr<const connector::hive::HiveColumnHandle>>
columnHandles;
+ std::vector<std::shared_ptr<const iceberg::IcebergColumnHandle>>
columnHandles;
std::vector<std::string> columnNames = outputRowType->names();
std::vector<TypePtr> columnTypes = outputRowType->children();
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 0880966e4e..fcf6395956 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_08_21
+VELOX_BRANCH=2025_08_22
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_08_21
+VELOX_ENHANCED_BRANCH=ibm-2025_08_22
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]