forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect check from MapWriter::initialize (facebookincubator#…
…9598) Summary: Pull Request resolved: facebookincubator#9598 MapWriter::initialize incorrectly assumes that the sizes of the keys and values vectors in a MapVector must be the same. Fixes facebookincubator#9497 Reviewed By: bikramSingh91 Differential Revision: D56515546 fbshipit-source-id: 28ffd0ed3e068db033803aad6c078c42c8049b4b
- Loading branch information
1 parent
2dc5ae3
commit 0643fa5
Showing
2 changed files
with
60 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