willtemperley commented on issue #3307:
URL: https://github.com/apache/parquet-java/issues/3307#issuecomment-3264937957

   Ah I see what you mean now. `parquet-java` isn't actually writing any 
`BIT_PACKED` data, or any `RLE` data - it's just writing a default to the 
metadata when there are no actual levels.
   
   From the [docs](https://parquet.apache.org/docs/file-format/data-pages/)
   The key point being "The definition and repetition levels are optional"
   
   Currently `BIT_PACKING` is being written when these are not present.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to