hohav / peppi

Rust parser for Slippi SSBM replay files
MIT License
37 stars 9 forks source link

Bump arrow to v20 #18

Closed madisonbullard closed 2 years ago

madisonbullard commented 2 years ago

Only breaking change: Changed builder append methods to be infallible where possible https://github.com/apache/arrow-rs/pull/2103

Hoping to merge this to allow writing arrow data to memory without using the deprecated InMemoryWriteableCursor

hohav commented 2 years ago

Thank you for the PR. But this is no longer relevant since I've just migrated peppi to use arrow2. Apologies for the unnecessary work, and please let me know if you run into any similar problems with latest master.