forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Array/Map/RowVector::copyRanges for UNKNOWN source (facebookincub…
…ator#6607) Summary: Fix crashes when copying from TypeKind::UNKNOWN vector in the following methods: - Map/Array/RowVector::copyRanges - FlatVector<StringView>::copyRanges - FlatVector<bool>::copy(source, rows, toSourceRow) - RowVector::copy(source, rows, toSourceRow) Fixes facebookincubator#6606 Pull Request resolved: facebookincubator#6607 Reviewed By: xiaoxmeng Differential Revision: D49348224 Pulled By: mbasmanova fbshipit-source-id: 57598428a36787ee3c57a1b7c9f6cffd11206bf6
- Loading branch information
1 parent
fe01c0c
commit 63fa93a
Showing
5 changed files
with
262 additions
and
45 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
Oops, something went wrong.