DataFusion Delta Sharing
This create provides the integration between Delta Sharing and DataFusion.
Delta Sharing is an open protocol for securely sharing large datasets. It is a REST protocol that securely provides access to a part of a cloud dataset stored on popular cloud storage systems like S3, ADLS, and GCS.
Installation
The crate can be installed using cargo:
Example
An example of the integration is shown below:
use Arc;
use *;
use DeltaSharingTable;
let ctx = new;
let table = try_from_str.await?;
ctx.register_table?;
ctx.sql.await?.show.await?;