You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "YuraKotov (via GitHub)" <gi...@apache.org> on 2023/09/07 12:12:23 UTC

[GitHub] [arrow-rs] YuraKotov commented on a diff in pull request #4783: Allow custom tree builder for parquet::record::RowIter

YuraKotov commented on code in PR #4783:
URL: https://github.com/apache/arrow-rs/pull/4783#discussion_r1318512994


##########
parquet/src/record/reader.rs:
##########
@@ -747,6 +747,12 @@ impl<'a> RowIter<'a> {
         }
     }
 
+    /// Sets tree builder for this row iter.
+    pub fn with_tree_builder(mut self, tree_builder: TreeBuilder) -> Self {

Review Comment:
   Thank you for the feedback. I have changed the method.



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org