Why don't deltalake types overide the default insert_into
when implementing datafusion::datasource::TableProvider
?
#2655
Unanswered
kyle-mccarthy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
DeltaTable
andDeltaTableProvider
both implement datafusion'sTableProvider
trait; however, they use the defaultinsert_into
method which returns a not implemented error.Was this an intentional decision? If so, what was the reasoning behind that decision? If not, can/should they?
Beta Was this translation helpful? Give feedback.
All reactions