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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to