tustvold commented on code in PR #2890:
URL: https://github.com/apache/arrow-rs/pull/2890#discussion_r998568275
##########
parquet/src/column/writer/mod.rs:
##########
@@ -1825,7 +1825,7 @@ mod tests {
let page_writer = Box::new(SerializedPageWriter::new(&mut writer));
let props = Arc::new(
WriterProperties::builder()
- .set_data_pagesize_limit(15) // actually each page will have
size 15-18 bytes
+ .set_data_pagesize_limit(10)
Review Comment:
The RLE size estimation has changed, and so this test needed updating
--
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]