gszadovszky commented on issue #39787:
URL: https://github.com/apache/arrow/issues/39787#issuecomment-1911616931
Thanks a lot, @davisusanibar for the example and the further investigation!
It seems I oversimplified my example. What I wanted to write is a vector
containing lists of maps. For example:
```
[{"one" -> 1, "two" -> 2}, {"three" -> 3}, null, {"four" -> null, "five" ->
5}],
[{"six" -> 6}],
[null],
null,
[{"seven" -> 7}, {}, {"eight" -> null, "nine" -> 9}],
[]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]