paleolimbot commented on code in PR #8524:
URL: https://github.com/apache/arrow-rs/pull/8524#discussion_r2415389286
##########
parquet/src/geospatial/statistics.rs:
##########
@@ -43,9 +43,7 @@ use crate::geospatial::bounding_box::BoundingBox;
/// ```
#[derive(Clone, Debug, PartialEq, Default)]
pub struct GeospatialStatistics {
- /// Optional bounding defining the spatial extent, where None represents a
lack of information.
Review Comment:
I moved them to the accessor methods in a previous change...I'm not sure why
they're showing up in this diff. My theory was that they'd be more likely to be
read there but I don't mind copying them back.
--
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]