Support DataFusion Insert Into #3084
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
help wanted
Extra attention is needed
Description
Implement
TableProvider::insert_into
of Datafusion.Use Case
We can execute sql
insert into demo(a,b) values(1,2)
to insert data into the delta lake.The text was updated successfully, but these errors were encountered: