mapleFU commented on issue #39143:
URL: https://github.com/apache/arrow/issues/39143#issuecomment-1853278612
Workaround:
```diff
- auto list_builder = ListBuilder{pool, int_builder};
+ auto list_builder = ListBuilder{pool, int_builder, list_type};
```
--
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]