-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine multiple layers of dictionaries when writing flatmap column #114
Conversation
This pull request was exported from Phabricator. Differential Revision: D66992657 |
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
5b55a5f
to
be71e51
Compare
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
be71e51
to
e692c24
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
e692c24
to
b465651
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
b465651
to
1eed731
Compare
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
1eed731
to
a0eaa22
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
a0eaa22
to
c0bfcc5
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
c0bfcc5
to
4723ffd
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
4723ffd
to
68d9a14
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
68d9a14
to
5c1e610
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: Pull Request resolved: facebookincubator#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
5c1e610
to
568d543
Compare
…acebookincubator#114) Summary: 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
568d543
to
0613bf6
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: 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
0613bf6
to
c6eea1c
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
…acebookincubator#114) Summary: 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
c6eea1c
to
d9d1e92
Compare
This pull request was exported from Phabricator. Differential Revision: D66992657 |
This pull request has been merged in 2fa1587. |
Summary: 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
.Differential Revision: D66992657