This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Commit 7a30dfa
Fix arrow schema conversion for complex types (#399)
Summary:
Pull Request resolved: #399
X-link: facebookincubator/velox#1857
1. Use `List` instead of `LargeList` because `vector_size_t` is 32 bits large.
2. Fix the conversion of `Map`; arrow requires an extra layer of struct type between the map type and key-value types.
Reviewed By: pedroerp
Differential Revision: D37356848
fbshipit-source-id: 6289708cdd207c27c2bb30fe4c4827a65acd7e6d1 parent b93b2c8 commit 7a30dfa
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments