pola-rs / r-polars

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

Add support for Cloud parquet scanning #1054

Open andyquinterom opened 3 weeks ago

andyquinterom commented 3 weeks ago

Add support for cloud parquet scanning.

etiennebacher commented 2 weeks ago

1056 added support for storage_options when reading/scanning parquet only. Other read/scan functions have this argument but sometimes one has it and not the other (e.g read_csv() has it but not scan_csv()) and when they have it, the description is different (e.g for read_csv()).

Should this be closed?