Skip to content

Commit

Permalink
chore: update arrow (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 26, 2022
1 parent 86a4a4c commit e548aa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bitflags = "1.3"
package = "arrow2"
git = "https://github.com/jorgecarleitao/arrow2"
# git = "https://github.com/ritchie46/arrow2"
rev = "619d8da477841c1baf61f737a8913a01454aa3fd"
rev = "368aacc173a27e2a763d2c6396682a688e5a2707"
# path = "../../../arrow2"
# branch = "2022_11_06"
version = "0.14.1"
Expand Down
1 change: 1 addition & 0 deletions polars/polars-io/src/parquet/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ where
write_statistics: self.statistics,
compression: self.compression,
version: write::Version::V2,
data_pagesize_limit: None,
};
let schema = ArrowSchema::from(fields);
let parquet_schema = write::to_parquet_schema(&schema)?;
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 e548aa9

Please sign in to comment.