diff --git a/cpp/velox/compute/WholeStageResultIterator.cc b/cpp/velox/compute/WholeStageResultIterator.cc index b70676a62ec..323231b4fab 100644 --- a/cpp/velox/compute/WholeStageResultIterator.cc +++ b/cpp/velox/compute/WholeStageResultIterator.cc @@ -653,7 +653,6 @@ std::shared_ptr WholeStageResultIterator::createConne std::to_string(veloxCfg_->get(kMaxPartitions, 10000)); configs[velox::connector::hive::HiveConfig::kIgnoreMissingFilesSession] = std::to_string(veloxCfg_->get(kIgnoreMissingFiles, false)); - configs[velox::connector::hive::HiveConfig::kEnableRequestedTypeCheckSession] = "false"; return std::make_shared(std::move(configs)); } diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 5e277a1879e..5b93f85392e 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_09_18 +VELOX_BRANCH=2025_09_19 VELOX_HOME="" RUN_SETUP_SCRIPT=ON VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git -VELOX_ENHANCED_BRANCH=ibm-2025_09_18 +VELOX_ENHANCED_BRANCH=ibm-2025_09_20 ENABLE_ENHANCED_FEATURES=OFF # Developer use only for testing Velox PR.