This is an automated email from the ASF dual-hosted git repository.
marin-ma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 745885ae16 [GLUTEN-6887][VL] Daily Update Velox Version (2026_06_06)
(#12270)
745885ae16 is described below
commit 745885ae1673f836251e361b81451446d0dff30e
Author: Rui Mo <[email protected]>
AuthorDate: Wed Jun 10 05:50:27 2026 -0700
[GLUTEN-6887][VL] Daily Update Velox Version (2026_06_06) (#12270)
---
cpp/velox/utils/ConfigExtractor.cc | 2 ++
ep/build-velox/src/get-velox.sh | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/cpp/velox/utils/ConfigExtractor.cc
b/cpp/velox/utils/ConfigExtractor.cc
index b0b6c1a99a..a236d3ea7c 100644
--- a/cpp/velox/utils/ConfigExtractor.cc
+++ b/cpp/velox/utils/ConfigExtractor.cc
@@ -307,6 +307,8 @@ std::shared_ptr<facebook::velox::config::ConfigBase>
createHiveConnectorConfig(
// read as UTC
hiveConfMap[facebook::velox::connector::hive::HiveConfig::kReadTimestampPartitionValueAsLocalTime]
= "false";
+
hiveConfMap[facebook::velox::connector::hive::HiveConfig::kParquetNullStructForMissingFields]
= "true";
+
overwriteVeloxConf(conf.get(), hiveConfMap, kStaticBackendConfPrefix);
return
std::make_shared<facebook::velox::config::ConfigBase>(std::move(hiveConfMap));
}
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 0a577faa11..71965f6c73 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_06_05
-VELOX_ENHANCED_BRANCH=ibm-2026_06_05
+VELOX_BRANCH=dft-2026_06_06
+VELOX_ENHANCED_BRANCH=ibm-2026_06_06
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]