-
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 PartitionedOutput with constant keys (#7906)
Summary: PartitionedOutput operator used to fail if some of the partitioning keys are constant. ``` VeloxRuntimeError: index < childrenSize_ (4294967295 vs. 1) Trying to access non-existing child in RowVector: [ROW ROW<foo_id:BIGINT>: 418 elements, no nulls] ... at Unknown.# 2 facebook::velox::RowVector::childAt(unsigned int)(Unknown Source) at Unknown.# 3 facebook::velox::exec::PartitionedOutput::collectNullRows()(Unknown Source) ``` Pull Request resolved: #7906 Reviewed By: xiaoxmeng Differential Revision: D51915939 Pulled By: mbasmanova fbshipit-source-id: 38fd37e20ae3ea6461d3a4af2225b23b73885dc8
- Loading branch information
1 parent
0c46847
commit fb045b0
Showing
4 changed files
with
120 additions
and
20 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
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