Rafael Telles Mon, 25 Apr 2022 07:50:01 -0700
Hi guys, I need a way of transforming Arrow arrays to JSON, I found MakeConverter from arrow-json only supports primitive types, but I also need to support complex types, like List, Struct and Map. Does anyone know a good way of doing this?
Thanks!