alamb commented on code in PR #2239:
URL: https://github.com/apache/arrow-rs/pull/2239#discussion_r933787997
##########
arrow/src/datatypes/schema.rs:
##########
@@ -33,11 +33,11 @@ use super::Field;
/// memory layout.
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq)]
pub struct Schema {
- pub(crate) fields: Vec<Field>,
+ pub fields: Vec<Field>,
Review Comment:
This is the entire change -- make these two fields `pub`
--
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]