bmschmidt commented on issue #33394:
URL: https://github.com/apache/arrow/issues/33394#issuecomment-1937417092
The example at the top here is
```js
arrow.tableFromJSON([{ a: [{ b: "hi" }] }])
```
but just noting there's an even simpler failure case:
```
arrow.tableFromJSON([{ a: ["hi"] }])
```
also throws this error.
I might dig in a little more if I have some time soon.
--
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]