Skip to content

Commit

Permalink
[native] Advance Velox.
Browse files Browse the repository at this point in the history
  • Loading branch information
spershin committed Oct 13, 2023
1 parent 91efd78 commit 3a738e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2446,13 +2446,16 @@ VeloxQueryPlanConverterBase::toVeloxQueryPlan(
windowFunctions.emplace_back(toVeloxWindowFunction(func.second));
}

// TODO(spershin): Supply proper 'inputsSorted' argument to WindowNode
// constructor instead of 'false'.
return std::make_shared<velox::core::WindowNode>(
node->id,
partitionFields,
sortFields,
sortOrders,
windowNames,
windowFunctions,
false,
toVeloxQueryPlan(node->source, tableWriteInfo, taskId));
}

Expand Down
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 110 files

0 comments on commit 3a738e9

Please sign in to comment.