This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/arrow-parquet-a72645d6ac
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


 discard 26ef41e2 chore(deps): bump the arrow-parquet group with 8 updates
     add 24c4a111 fix(rust/sedona-expr): Fix GeoParquet pruning when number of 
final columns is less than the geometry column index (#385)
     add 2a1c79a2 fix(rust/sedona-geoparquet): Don't use ProjectionExec to 
create GeoParquet 1.1 bounding box columns (#398)
     add 7b20d0c0 docs(examples): Add note about the SRID arg of ST_Point() 
(#392)
     add 689da4fc feat(rust/sedona-functions): Implement ST_InteriorRingN (#381)
     add 71c27863 chore(r/sedonadb): Update savvy to v0.9 (#401)
     add 27ba476a chore(dependabot): Add groups for datafusion, wasm-bindgen, 
and savvy (#400)
     add d476df01 chore(deps): bump the arrow-parquet group with 8 updates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (26ef41e2)
            \
             N -- N -- N   refs/heads/dependabot/cargo/arrow-parquet-a72645d6ac 
(d476df01)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                            |  15 +-
 docs/crs-examples.ipynb                           |  12 +
 docs/crs-examples.md                              |   6 +
 python/sedonadb/tests/functions/test_functions.py | 115 +++++++
 r/sedonadb/NAMESPACE                              |   4 +-
 r/sedonadb/R/000-wrappers.R                       |  24 +-
 rust/sedona-datasource/src/spec.rs                |  10 +-
 rust/sedona-expr/src/spatial_filter.rs            | 294 +++++++++++-----
 rust/sedona-expr/src/statistics.rs                |  29 +-
 rust/sedona-functions/benches/native-functions.rs |  15 +
 rust/sedona-functions/src/lib.rs                  |   1 +
 rust/sedona-functions/src/register.rs             |   1 +
 rust/sedona-functions/src/st_geometryn.rs         |   3 +-
 rust/sedona-functions/src/st_interiorringn.rs     | 395 ++++++++++++++++++++++
 rust/sedona-geoparquet/src/file_opener.rs         |  19 +-
 rust/sedona-geoparquet/src/writer.rs              | 194 ++++++++++-
 rust/sedona-testing/src/benchmark_util.rs         |  49 ++-
 17 files changed, 1050 insertions(+), 136 deletions(-)
 create mode 100644 rust/sedona-functions/src/st_interiorringn.rs

Reply via email to