File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ set -exu
1818
1919CURRENT_DIR=$( cd " $( dirname " $BASH_SOURCE " ) " ; pwd)
2020VELOX_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
2323VELOX_HOME=" "
2424RUN_SETUP_SCRIPT=ON
2525ENABLE_ENHANCED_FEATURES=OFF
You can’t perform that action at this time.
0 commit comments