-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix array_sort Presto function when evaluating a subset of rows (#7800)
Summary: array_sort used to generate invalid dictionary vectors when evaluating only a subset of rows: ``` VeloxRuntimeError: dictionaryIndices->size() >= length * sizeof(vector_size_t) (36 vs. 40) Malformed dictionary, index array is shorter than DictionaryVector ``` Pull Request resolved: #7800 Reviewed By: xiaoxmeng Differential Revision: D51693822 Pulled By: mbasmanova fbshipit-source-id: 43657fdc01a9eed7d17508758711988fd895dfcf
- Loading branch information
1 parent
fbbc278
commit 1231555
Showing
2 changed files
with
15 additions
and
2 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