-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix bitmask creation in chunked part of simd comparison (#1286) * Update version to 9.0.1 * Update changelog * Fix bitmask creation also for simd comparisons with scalar (#1290) * Update versions and changelog for 9.0.2 Co-authored-by: Jörn Horstmann <[email protected]>
- Loading branch information
1 parent
16fd5e0
commit a423d92
Showing
15 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-flight" | ||
description = "Apache Arrow Flight" | ||
version = "9.0.0" | ||
version = "9.0.2" | ||
edition = "2021" | ||
rust-version = "1.57" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
@@ -27,7 +27,7 @@ repository = "https://github.com/apache/arrow-rs" | |
license = "Apache-2.0" | ||
|
||
[dependencies] | ||
arrow = { path = "../arrow", version = "9.0.0" } | ||
arrow = { path = "../arrow", version = "9.0.2" } | ||
base64 = "0.13" | ||
tonic = "0.6" | ||
bytes = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-pyarrow-integration-testing" | ||
description = "" | ||
version = "9.0.0" | ||
version = "9.0.2" | ||
homepage = "https://github.com/apache/arrow-rs" | ||
repository = "https://github.com/apache/arrow-rs" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
@@ -32,7 +32,7 @@ name = "arrow_pyarrow_integration_testing" | |
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
arrow = { path = "../arrow", version = "9.0.0", features = ["pyarrow"] } | ||
arrow = { path = "../arrow", version = "9.0.2", features = ["pyarrow"] } | ||
pyo3 = { version = "0.15", features = ["extension-module"] } | ||
|
||
[package.metadata.maturin] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-integration-testing" | ||
description = "Binaries used in the Arrow integration tests" | ||
version = "9.0.0" | ||
version = "9.0.2" | ||
homepage = "https://github.com/apache/arrow-rs" | ||
repository = "https://github.com/apache/arrow-rs" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters