-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine multiple layers of dictionaries when writing flatmap column (#…
…114) Summary: Pull Request resolved: #114 The current writer cannot handle dictionary around flat map column. Fix this case by push the dictionary to flat map values, so they can be potentially encoded with `ArrayWithOffsets`. Reviewed By: xiaoxmeng, HuamengJiang Differential Revision: D66992657 fbshipit-source-id: 98f4d3481c82374e09e5476879868b91de9ac946
- Loading branch information
1 parent
57798b1
commit 2fa1587
Showing
2 changed files
with
67 additions
and
3 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