forked from facebookincubator/nimble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for flatmap passthrough in the FieldWriter (facebookincubator#86)
Summary: Pull Request resolved: facebookincubator#86 As title, allows for ingestion of RowVector in the FlatMapFieldWriter. Takes each item in the row and writes its child vector based on the ranges provided. Currently not handled: - Encoded row vectors with flatmap schema - What happens when there are subsequent writes that have a different set of keys from the original write Reviewed By: helfman Differential Revision: D61456412 fbshipit-source-id: 404aefc1ffc88cf7b5f287ac32cd0a7a6d4e4f4b
- Loading branch information
1 parent
df2d275
commit 70c0144
Showing
2 changed files
with
340 additions
and
9 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
Oops, something went wrong.