fvaleye commented on code in PR #1602: URL: https://github.com/apache/iceberg-rust/pull/1602#discussion_r2432224376
########## crates/iceberg/src/arrow/mod.rs: ########## @@ -28,7 +28,8 @@ pub mod delete_file_loader; pub(crate) mod delete_filter; mod reader; -pub(crate) mod record_batch_projector; +/// RecordBatch projection utilities +pub mod record_batch_projector; Review Comment: Used by the iceberg-datafusion integration crate -- 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]
