liurenjie1024 commented on code in PR #907: URL: https://github.com/apache/iceberg-rust/pull/907#discussion_r2011174106
########## crates/iceberg/src/arrow/mod.rs: ########## @@ -19,7 +19,12 @@ mod schema; pub use schema::*; + +mod nan_val_cnt_visitor; +pub use nan_val_cnt_visitor::*; Review Comment: ```suggestion pub(crate) use nan_val_cnt_visitor::*; ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
