wgtmac commented on issue #3307: URL: https://github.com/apache/parquet-java/issues/3307#issuecomment-3262280066
I guess `BIT_PACKED` was the only encoding for definition and repetition levels at the time implementing this so it was used as the default value. It seems better to return `null` from `DevNullValuesWriter.getEncoding()` and totally get rid of it in the encoding metadata. -- 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]
