emkornfield commented on code in PR #40594:
URL: https://github.com/apache/arrow/pull/40594#discussion_r1855240172


##########
cpp/src/parquet/encoder.cc:
##########
@@ -1604,6 +1654,7 @@ class RleBooleanEncoder final : public EncoderImpl, 
virtual public BooleanEncode
           },
           []() { return Status::OK(); }));
     }
+    unencoded_data_bytes_ += sizeof(bool) * (values.length() - 
values.null_count());

Review Comment:
   I think above we said unencoded_bytes_ wasn't supported for bool?



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