blaze
blaze copied to clipboard
Blazing-fast query execution engine speaks Apache Spark language and has Arrow-DataFusion at its core.
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.22. Release notes Sourced from chrono's releases. 0.4.22 Unfortunately the introduction of the iana-time-zone dependency in 0.4.21 caused some new regressions with lesser known platforms....
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.3.0 to 0.4.0. Commits 195d9c5 object_store: Update version to 0.4.0, initial release scripts, CHANGELOG f... 630506e Cast between Decimal128 and Decimal256 arrays (#2376) 31560a3 Clean up (#2389)...
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.7.6 to 0.8.0. Release notes Sourced from ahash's releases. Version 0.8.0 Improve the API from 0.7 and may require code changes for some applications. Removes the build...
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.7 to 1.0.8. Release notes Sourced from paste's releases. 1.0.8 Add categories to crates.io metadata Commits 1b3689d Release 1.0.8 bf23625 Update keywords in crates.io metadata a2e9d73 Add...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.56 to 0.1.57. Release notes Sourced from async-trait's releases. 0.1.57 Add categories to crates.io metadata Commits 7aa083c Release 0.1.57 4124033 Revert "Temporarily disable clippy on tests due...
Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.4 to 0.11.0. Release notes Sourced from prost's releases. v0.11.0 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from...
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1. Changelog Sourced from bytes's changelog. 1.2.1 (July 30, 2022) Fixed Fix unbounded memory growth when using reserve (#560) Commits See full diff in compare...
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.6.2 to 0.8.0. Changelog Sourced from tonic-build's changelog. v0.8.0 (2022-07-29) Features Add Grpc::with_origin for clients (#1017) (10f6d2f) build: Add option to emit rerun-if-changed instructions (#1021) (1d2083a) build:...
Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.2 to 0.8.0. Changelog Sourced from tonic's changelog. v0.8.0 (2022-07-29) Features Add Grpc::with_origin for clients (#1017) (10f6d2f) build: Add option to emit rerun-if-changed instructions (#1021) (1d2083a) build:...
**Describe the bug** I try to disable coverting `ShuffleExchangeExec`, but it doesn't work. And i found the code ``` def convertSparkPlan(exec: SparkPlan): SparkPlan = { exec match { case e:...