-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[native] Drop redundant sorting keys from Window and TopNRowNumber nodes
Velox doesn't allow partitioning and sorting keys to overlap since it is redundant to sort by partitioning keys. Drop sorting keys present in partitioning keys during Presto-to-Velox plan translation.
- Loading branch information
1 parent
a627d9b
commit 4a93220
Showing
2 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters