avantgardnerio opened a new issue, #4111:
URL: https://github.com/apache/arrow-datafusion/issues/4111

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   As a user from a company that is using Ballista & Deltalake, PR #4095 was 
all about getting delta tables registered. Upon having it merged though, I 
immediately realized a Ballista PR for this functionality would be blocked by 
the fact that deltalake support has not yet been upstreamed into Ballista. 
Therefore order to make a Ballista PR, we need to create `TableFactories` for 
non-deltalake tables, which at this point is only `ListingTable`s.
   
   **Describe the solution you'd like**
   
   1. Create a `ListingTableFactory`
   2. Register it with the datafusion context
   3. Plumb the necessary parameters to use it from the CLI
   
   **Describe alternatives you've considered**
   
   Wait a long time before upstreaming our Ballista changes.


-- 
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]

Reply via email to