pola-rs/r-polars

support delta lake reader

Open

#221 opened on May 15, 2023

 (7 comments) (2 reactions) (0 assignees)R (41 forks)github user discovery
enhancementhelp wantedreaderupstream

Repository metrics

Stars
 (568 stars)
PR merge metrics
 (Avg merge 14h 9m) (14 merged PRs in 30d)

Description

polars seems to support it but it's implemented on the python side: https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.read_delta.html

the underlying delta lake interface lib is written in Rust though: https://docs.rs/deltalake/latest/deltalake/

Contributor guide