You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/17 21:13:42 UTC

[GitHub] [arrow-datafusion] avantgardnerio opened a new pull request, #3867: Update `TableProviderFactory` trait to support real-world use-cases

avantgardnerio opened a new pull request, #3867:
URL: https://github.com/apache/arrow-datafusion/pull/3867

   # Which issue does this PR close?
   
   Closes #3866.
   
    # Rationale for this change
   
   Described in the issue.
   
   # What changes are included in this PR?
   
   1. Addition of `async` and `Result` to the `TableProviderFactory`
   2. Moving of table_provider_factories out of `Session` and into `RuntimeEnv` to decrease verbosity and bring them more in line with how the `ObjectStoreRegistry` already does things.
   
   # Are there any user-facing changes?
   In the unlikely event that anyone else has implemented `TableProviderFactory` they will need to update their code.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove merged pull request #3867: Update `TableProviderFactory` trait to support real-world use-cases

Posted by GitBox <gi...@apache.org>.
andygrove merged PR #3867:
URL: https://github.com/apache/arrow-datafusion/pull/3867


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] avantgardnerio commented on pull request #3867: Update `TableProviderFactory` trait to support real-world use-cases

Posted by GitBox <gi...@apache.org>.
avantgardnerio commented on PR #3867:
URL: https://github.com/apache/arrow-datafusion/pull/3867#issuecomment-1281515692

   See https://github.com/delta-io/delta-rs/pull/892/files for usage.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org