pitrou commented on issue #14923: URL: https://github.com/apache/arrow/issues/14923#issuecomment-1369856437
@mapleFU Please read the spec again: > If, in the last block, less than miniblocks are needed to store the values, the bytes storing the bit widths of the unneeded miniblocks are still present, their value should be zero, but **readers must accept arbitrary values as well. There are no additional padding bytes for the miniblock bodies though, as if their bit widths were 0** (regardless of the actual byte values). The reader knows when to stop reading by keeping track of the number of values read. -- 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]
