BlakeOrth commented on code in PR #8801:
URL: https://github.com/apache/arrow-rs/pull/8801#discussion_r2528494519
##########
parquet/src/geospatial/mod.rs:
##########
@@ -49,3 +49,198 @@
pub mod accumulator;
pub mod bounding_box;
pub mod statistics;
+
+#[cfg(test)]
+mod tests {
Review Comment:
Yeah, part of the "WIP" nature of this as it stands right now is I've put
little to no effort into organizing these tests. I just needed something so I
could iterate and it was easy to copy/paste from the Variant tests and put them
here :smile: I'm not very familiar with this crate's organization, so if
`parquet/tests/geospatial.rs` is the right spot I'm happy to move them there
and deduplicate any helpers as this work gets closer to being merge-ready.
--
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]