Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_12_06) (#8162)
Browse files Browse the repository at this point in the history
Upstream Velox's New Commits:

3dd572fe4 by Jimmy Lu, fix: Allow association with a delta file with no corresponding row in case of empty base file (11746)
37a5ffbb1 by Dark Knight, fix: Revert PR 1137 (11743)
627adacd7 by Xiaoxuan Meng, feat: Fix the task hanging under serialized execution mode (11747)
e40259fc1 by Xiaoxuan Meng, feat: Add auto scale writer support (11702)
83cfd4f7c by Wenbin Lin, Revert D66724539: refactor: Use KeepAlive instead of Executor*
09fbd548e by Pedro Eugenio Rocha Pedreira, refactor: Use KeepAlive instead of Executor* (11732)
8b4663df4 by David Reveman, feat: Add key/value support to radix sort in breeze (11733)
eb49cea62 by Hongze Zhang, test: A test case to guard against output order of LocalPartiton(kGather) in serial  execution mode (11726)
  • Loading branch information
GlutenPerfBot authored Dec 6, 2024
1 parent 5002106 commit 36f92a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp/velox/substrait/SubstraitToVeloxPlan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ core::PlanNodePtr SubstraitToVeloxPlanConverter::toVeloxPlan(const ::substrait::
return std::make_shared<core::LocalPartitionNode>(
nextPlanNodeId(),
core::LocalPartitionNode::Type::kGather,
false,
std::make_shared<core::GatherPartitionFunctionSpec>(),
projectedChildren);
}
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_05
VELOX_BRANCH=2024_12_06
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit 36f92a5

Please sign in to comment.