This is an automated email from the ASF dual-hosted git repository.
kontinuation pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from 04b86a60 chore(rust/sedona-spatial-join): use RTree partitioner for
probe side when partition count > 48 (#598)
add b4f4e9f6 feat(rust/sedona): Add SedonaFairSpillPool memory pool and
CLI memory limit support (#599)
No new revisions were added by this update.
Summary of changes:
rust/sedona/src/context.rs | 17 +-
rust/sedona/src/lib.rs | 2 +
rust/sedona/src/memory_pool.rs | 281 +++++++++++++++++++++
.../src/driver.rs => sedona/src/pool_type.rs} | 43 ++--
sedona-cli/src/main.rs | 199 ++++++++++++++-
5 files changed, 517 insertions(+), 25 deletions(-)
create mode 100644 rust/sedona/src/memory_pool.rs
copy rust/{sedona-adbc/src/driver.rs => sedona/src/pool_type.rs} (55%)