-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create LanceTableFactory
implementing DataFusion's TableProviderFactory
trait
#3157
Comments
I've made a quick PR to expose the table provider.
Is the intention to open up an existing table from a location? Or is the intention to create a branch new empty table? Or both?
Does this sound correct? |
@westonpace appreciate your quick and thoughtful response. The intent here is to be able to be able to write DDL like the following so that I can start reading the lance format (I believe the
Here is an example of how we use the Unfortunately, I'm not that familiar with Lance semantics to be able to answer the specifics on how that maps to To the extent its reasonable on your side i would think a v1 that only exposes the simplest functionality would be reasonable. |
I would like to add Lance as a supported file type in dft similar to how we currently have deltalake and are working on hudi / Iceberg support. All of these formats are accessed via DataFusions
TableProviderFactory
. I see thatTableProvider
is already implemented so I am hoping that can be extended.The text was updated successfully, but these errors were encountered: