avantgardnerio opened a new pull request, #3311:
URL: https://github.com/apache/arrow-datafusion/pull/3311
# Which issue does this PR close?
Closes #3310.
# Rationale for this change
I would like to allow users to register custom table types at runtime.
# What changes are included in this PR?
1. A new concept of a `TableProviderFactory`
2. A new `FileType::Custom(String)` to allow the parser to pass information
about these tables
3. A `HashMap` of `TableProviderFactory`s on the `SessionContext` to allow
them to be registered programmatically but used at dynamically
# Are there any user-facing changes?
They can now register custom tables.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]