adamreeve commented on issue #35423: URL: https://github.com/apache/arrow/issues/35423#issuecomment-1533998334
If I run this in a debugger, I can see `ByteStreamSplitDecoder<DType>::SetData` is called 4 times. For the first 3 times, `num_values` is 262,144 and `len` is 1,048,576, then on the 4th time `len` is again 1,048,576 but `num_values` is only 213,568 (for a total of 1,000,000) values. -- 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]
