james-willis opened a new pull request, #1018: URL: https://github.com/apache/sedona-db/pull/1018
The `datafusion-arrow-parquet` Dependabot group listed `"objstore"`, which matches no crate — the crate is `object_store`. So `object_store` updates escaped the group and arrived as standalone PRs (e.g. #1015) that fail to build: `object_store`'s version is locked to what DataFusion re-exports (`datafusion::object_store`), so bumping it alone produces two incompatible `object_store` versions in the tree. Fixes the pattern so `object_store` rides the lockstep group, widens `parquet` → `parquet*` (catches `parquet-geospatial` et al.), and adds `zarrs_object_store` (which tracks `object_store`). These now bump together with `datafusion`/`arrow` and only when a compatible DataFusion release exists, instead of fragmenting into individually-broken PRs. -- 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]
