Skip to content

Commit d2f96cc

Browse files
authored
Merge branch 'main' into split/delta-dv-java-scan-handoff-pr-clean
2 parents 9dbf7b5 + 745885a commit d2f96cc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

cpp/velox/utils/ConfigExtractor.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ std::shared_ptr<facebook::velox::config::ConfigBase> createHiveConnectorConfig(
307307
// read as UTC
308308
hiveConfMap[facebook::velox::connector::hive::HiveConfig::kReadTimestampPartitionValueAsLocalTime] = "false";
309309

310+
hiveConfMap[facebook::velox::connector::hive::HiveConfig::kParquetNullStructForMissingFields] = "true";
311+
310312
overwriteVeloxConf(conf.get(), hiveConfMap, kStaticBackendConfPrefix);
311313
return std::make_shared<facebook::velox::config::ConfigBase>(std::move(hiveConfMap));
312314
}

ep/build-velox/src/get-velox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ set -exu
1818

1919
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
2020
VELOX_REPO=https://github.com/IBM/velox.git
21-
VELOX_BRANCH=dft-2026_06_05
22-
VELOX_ENHANCED_BRANCH=ibm-2026_06_05
21+
VELOX_BRANCH=dft-2026_06_06
22+
VELOX_ENHANCED_BRANCH=ibm-2026_06_06
2323
VELOX_HOME=""
2424
RUN_SETUP_SCRIPT=ON
2525
ENABLE_ENHANCED_FEATURES=OFF

0 commit comments

Comments
 (0)