wgtmac commented on code in PR #3446:
URL: https://github.com/apache/parquet-java/pull/3446#discussion_r3322508732


##########
parquet-column/src/main/java/org/apache/parquet/column/values/bitpacking/DevNullValuesWriter.java:
##########
@@ -72,7 +72,7 @@ public long getAllocatedSize() {
 
   @Override
   public Encoding getEncoding() {
-    return BIT_PACKED;
+    return RLE;

Review Comment:
   @gszadovszky @Fokko Is this a minor breaking change? I remember that this 
discussion has appeared before but I cannot find the source.



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