mapleFU commented on issue #35423: URL: https://github.com/apache/arrow/issues/35423#issuecomment-1534008360
I'll try to reproduce this problem. In `ByteStreamSplitDecoder::SetData`, it expects that `num_values` is greater or equals to the num of values in `ByteStreamSplit`, so it expects `num_values * static_cast<int64_t>(sizeof(T)) >= len`. It would be `==` if there is no null value in the page -- 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]
