zeroshade commented on PR #14407:
URL: https://github.com/apache/arrow/pull/14407#issuecomment-1277965425

   The error was in handling of a repeated value, which in the spec (that you 
linked) shows: 
   
   `repeated-value := value that is repeated, using a fixed-width of 
round-up-to-next-byte(bit-width)`
   
   Hence take the bit-width value (0 or 1 for bit-width == 1) and then pad it 
to round-up-to-next-byte(1) == 1 byte.
   
   At least that's my read on it. Since you provided the Fuzz file, do you want 
to add it or should I open the PR?


-- 
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]

Reply via email to