You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R bindings would allow R users access to Delta tables. Arrow Dataset bindings would allow them to use Arrow engine, DuckDB, or any other compatible query engine to process them.
Description
Would like to have R bindings for Delta Table and implement Dataset API for deltalake in R.
Use Case
R bindings would allow R users access to Delta tables. Arrow Dataset bindings would allow them to use Arrow engine, DuckDB, or any other compatible query engine to process them.
Related Issue(s)
Umbrella issue in Apache Arrow: https://issues.apache.org/jira/browse/ARROW-14730
Plan
I am happy to work on this. Here is a tentative outline of work:
How
Rust bindings are still new to R, but the extendr package looks promising.
The text was updated successfully, but these errors were encountered: