You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
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: 6289708cdd207c27c2bb30fe4c4827a65acd7e6d
0 commit comments