XiangpengHao commented on code in PR #7825:
URL: https://github.com/apache/arrow-rs/pull/7825#discussion_r2173853656


##########
parquet/src/arrow/array_reader/mod.rs:
##########
@@ -45,7 +45,8 @@ mod struct_array;
 #[cfg(test)]
 mod test_util;
 
-pub(crate) use builder::ArrayReaderBuilder;
+// Note that this crate is public under the `experimental` feature flag.

Review Comment:
   I saw your comment 
https://github.com/apache/arrow-rs/pull/7521#discussion_r2093343560 @alamb , so 
added a line here to explain that this crate is public.
   
   maybe it's also time to graduate this crate to remove `experimental`?



-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to