westonpace opened a new pull request, #33994: URL: https://github.com/apache/arrow/pull/33994
If the AdaptiveIntBuilder was empty it would yield a null for the values buffer. The byte_size.h utilities were not expecting this which led to the error reported in the issue. Example: ``` >>> pa.array([], type=pa.dictionary(pa.int32(), pa.string())).buffers() [None, None] ``` -- 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]
