HarukiMoriarty opened a new pull request, #137: URL: https://github.com/apache/sedona-spatialbench/pull/137
## Summary - upgrade `spatialbench-arrow` and the main CLI Parquet path from Arrow 56 to Arrow 59 - upgrade DataFusion to 54.1 and object_store to 0.13.2 - isolate the zone generator on DataFusion’s Arrow/Parquet 58 re-exports until a published DataFusion release supports Arrow 59 - migrate to the current Parquet row-group writer and object_store extension APIs - preserve compression settings across the isolated Parquet versions and update deterministic row-group size expectations `spatialbench-arrow` now exposes only Arrow 59.2 in its dependency tree. The CLI temporarily contains Arrow 58 through DataFusion for the zone path, without passing Arrow values across the version boundary. ## Testing - `cargo fmt --all -- --check` - `cargo check --workspace --all-targets` - `cargo clippy -- -D warnings` - `cargo test -p spatialbench-arrow` - `cargo test -p spatialbench-cli` -- 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]
