chore: Bump to arrow 57#1402
Conversation
04346f2 to
72f1c89
Compare
| arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "6da94ef0a1522a244984a7d3d58a0339d0851d96" } | ||
| arrow-array = "57" | ||
| arrow-buffer = "57" | ||
| arrow-wasm = { git = "https://github.com/ddupg/arrow-wasm/", branch = "chore/arrow-57" } |
There was a problem hiding this comment.
| pyo3 = { version = "0.26", features = ["hashbrown", "serde", "anyhow"] } | ||
| pyo3-arrow = "0.12" | ||
| parquet = "57" | ||
| pyo3 = { version = "0.27", features = ["hashbrown", "serde", "anyhow"] } |
There was a problem hiding this comment.
Can we split the pyo3 bump and the arrow bump into two separate PRs?
There was a problem hiding this comment.
According to the version compatibility matrix, arrow bump seems to require pyo3 and pyo3-arrow bump simultaneously. I tried bump arrow and pyo3 separately, but both resulted in dependency conflicts causing compilation errors. Please correct me if I'm wrong.
There was a problem hiding this comment.
According to the version compatibility matrix
Use v0.14 which uses latest arrow-rs but pyo3 0.26
There was a problem hiding this comment.
Thanks. I rolled back the pyo3 bump, retaining only the arrow bump.
Change-Id: I4298d9078aa7c107ff9e787279ce27475e2e951b
Change-Id: Id17083c1870ac8d885cc824da500c0c7031ac71d
|
If you're also interested in the pyo3 bump, we can do that as a separate PR |
Sure thing, I raised #1408 to bump pyo3 |
closes #1401