Skip to content

Commit e548aa9

Browse files
authored
chore: update arrow (#5639)
1 parent 86a4a4c commit e548aa9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bitflags = "1.3"
3434
package = "arrow2"
3535
git = "https://github.com/jorgecarleitao/arrow2"
3636
# git = "https://github.com/ritchie46/arrow2"
37-
rev = "619d8da477841c1baf61f737a8913a01454aa3fd"
37+
rev = "368aacc173a27e2a763d2c6396682a688e5a2707"
3838
# path = "../../../arrow2"
3939
# branch = "2022_11_06"
4040
version = "0.14.1"

polars/polars-io/src/parquet/write.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ where
7979
write_statistics: self.statistics,
8080
compression: self.compression,
8181
version: write::Version::V2,
82+
data_pagesize_limit: None,
8283
};
8384
let schema = ArrowSchema::from(fields);
8485
let parquet_schema = write::to_parquet_schema(&schema)?;

py-polars/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)