This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch branch-0.2.0
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from 5d17f852 Remove deprecated mkdocstrings option
new 2e52ef90 fix(rust/sedona-expr): Resolve filter expression bounding box
by name and not by index (#384)
new 62581633 fix(rust/sedona-expr): Fix GeoParquet pruning when number of
final columns is less than the geometry column index (#385)
new 69f89a9a fix(rust/sedona-geoparquet): Don't use ProjectionExec to
create GeoParquet 1.1 bounding box columns (#398)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
python/sedonadb/python/sedonadb/datasource.py | 5 +-
python/sedonadb/src/datasource.rs | 4 +-
rust/sedona-datasource/src/spec.rs | 10 +-
rust/sedona-expr/src/spatial_filter.rs | 320 ++++++++++++++++++--------
rust/sedona-expr/src/statistics.rs | 29 +--
rust/sedona-geoparquet/src/file_opener.rs | 19 +-
rust/sedona-geoparquet/src/writer.rs | 194 ++++++++++++++--
7 files changed, 450 insertions(+), 131 deletions(-)