pola-rs/r-polars

support delta lake reader

Open

#221 opened on May 15, 2023

View on GitHub
 (7 comments) (2 reactions) (0 assignees)R (39 forks)github user discovery
enhancementhelp wantedreaderupstream

Repository metrics

Stars
 (562 stars)
PR merge metrics
 (PR metrics pending)

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