pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
398 stars 35 forks source link

feat!: `<DataFrame>$write_ipc()` and update the argument name of `<LazyFrame>$scan_ipc()` #1032

Closed eitsupi closed 1 month ago

eitsupi commented 1 month ago

During testing, I found that the argument name displayed in the warning thrown by pl$scan_ipc() when the Arrow file is compressed is not memmap but memory_map and the argument name needs to be updated.