Skip to content

Commit

Permalink
update arrow (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Feb 10, 2022
1 parent aa75584 commit 2cc149f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion polars/polars-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Arrow interfaces for Polars DataFrame library"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "d8093bfe58e3fac435813ce2faed95a41375d393", default-features = false }
arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "2c4dbb21daa4f258fd707a3f3c2cbe5abb374f6b", default-features = false }
# arrow = { package = "arrow2", git = "https://github.com/ritchie46/arrow2", branch = "cherry_pick", default-features = false }
# arrow = { package = "arrow2", version = "0.9", default-features = false, features = ["compute_concatenate"] }
hashbrown = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion polars/polars-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ unsafe_unwrap = "^0.1.0"
package = "arrow2"
git = "https://github.com/jorgecarleitao/arrow2"
# git = "https://github.com/ritchie46/arrow2"
rev = "d8093bfe58e3fac435813ce2faed95a41375d393"
rev = "2c4dbb21daa4f258fd707a3f3c2cbe5abb374f6b"
# branch = "cherry_pick"
# version = "0.9"
default-features = false
Expand Down
2 changes: 1 addition & 1 deletion polars/polars-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private = []
[dependencies]
ahash = "0.7"
anyhow = "1.0"
arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "d8093bfe58e3fac435813ce2faed95a41375d393", default-features = false }
arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "2c4dbb21daa4f258fd707a3f3c2cbe5abb374f6b", default-features = false }
# arrow = { package = "arrow2", git = "https://github.com/ritchie46/arrow2", branch = "cherry_pick", default-features = false }
# arrow = { package = "arrow2", version = "0.9", default-features = false }
csv-core = { version = "0.1.10", optional = true }
Expand Down
1 change: 1 addition & 0 deletions polars/polars-io/src/avro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ where
),
avro_schema,
schema.clone().fields,
None,
);

finish_reader(avro_reader, rechunk, None, None, None, &schema, None)
Expand Down
2 changes: 1 addition & 1 deletion py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cc149f

Please sign in to comment.