feniljain commented on code in PR #907: URL: https://github.com/apache/iceberg-rust/pull/907#discussion_r2011585328
########## 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: Just saw the review, thanks for making the change yourself 🙇🏻 -- 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]
