alamb commented on code in PR #6204:
URL: https://github.com/apache/arrow-rs/pull/6204#discussion_r1706898631
##########
parquet/src/util/test_common/page_util.rs:
##########
@@ -51,20 +51,22 @@ pub struct DataPageBuilderImpl {
rep_levels_byte_len: u32,
def_levels_byte_len: u32,
datapage_v2: bool,
+ type_width: i32,
}
impl DataPageBuilderImpl {
// `num_values` is the number of non-null values to put in the data page.
// `datapage_v2` flag is used to indicate if the generated data page
should use V2
// format or not.
- pub fn new(_desc: ColumnDescPtr, num_values: u32, datapage_v2: bool) ->
Self {
+ pub fn new(desc: ColumnDescPtr, num_values: u32, datapage_v2: bool) ->
Self {
Review Comment:
👍
--
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]