This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 52920f946c Align parquet-geospatial crate docs with README (#10302)
52920f946c is described below
commit 52920f946cf8aa038d04fe432e77889f8253b7ce
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Jul 8 06:52:13 2026 +0000
Align parquet-geospatial crate docs with README (#10302)
# Which issue does this PR close?
- Closes #10269.
# Rationale for this change
We closed the issue and updated the README for this crate; however, we
never updated the module docs to remove the experimental bit.
# What changes are included in this PR?
The line declaring the crate experimental was removed
# Are these changes tested?
Docs-only change
# Are there any user-facing changes?
Docs-only change
---
parquet-geospatial/src/lib.rs | 7 -------
1 file changed, 7 deletions(-)
diff --git a/parquet-geospatial/src/lib.rs b/parquet-geospatial/src/lib.rs
index 7b2b6166a4..6e038c4131 100644
--- a/parquet-geospatial/src/lib.rs
+++ b/parquet-geospatial/src/lib.rs
@@ -19,13 +19,6 @@
//!
//! [Geometry and Geography Encoding]:
https://github.com/apache/parquet-format/blob/master/Geospatial.md
//! [Apache Parquet]: https://parquet.apache.org/
-//!
-//! ## 🚧 Work In Progress
-//!
-//! This crate is under active development and is not yet ready for production
use.
-//! If you are interested in helping, you can find more information on the
GitHub [Geometry issue]
-//!
-//! [Geometry issue]: https://github.com/apache/arrow-rs/issues/8373
pub mod bounding;
pub mod interval;