rok commented on PR #14191: URL: https://github.com/apache/arrow/pull/14191#issuecomment-1310793561
> Is that issue reproducible via the new test case? If true, I can dig into it later. I realised it was due to calling `DCHECK(bit_writer_.PutAligned<T>(value, num_bytes))` instead of `bit_writer_.PutAligned<T>(value, num_bytes)` so it's not not an issue. -- 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]
