Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_12_30) (#8371)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlutenPerfBot authored Dec 30, 2024
1 parent 3c53f9f commit 6c97e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cpp/velox/compute/WholeStageResultIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ WholeStageResultIterator::WholeStageResultIterator(
std::nullopt,
customSplitInfo,
nullptr,
true,
deleteFiles,
std::unordered_map<std::string, std::string>(),
properties[idx]);
Expand All @@ -156,6 +157,7 @@ WholeStageResultIterator::WholeStageResultIterator(
nullptr,
std::unordered_map<std::string, std::string>(),
0,
true,
metadataColumn,
properties[idx]);
}
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_12_25
VELOX_BRANCH=2024_12_30
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit 6c97e56

Please sign in to comment.