cpcloud opened a new pull request #1699:
URL: https://github.com/apache/arrow-datafusion/pull/1699


   # Which issue does this PR close?
   
   Closes #1698.
   
   # Rationale for this change
   
   See #1698.
   
   # What changes are included in this PR?
   
   1. An implementation of `TableProvider` for `DataFrameImpl`
   2. A test to verify that a table can be registered in context and that the
      registered table's plan is equivalent to the one used for registration
   
   # Are there any user-facing changes?
   
   Yes, the ability to register plan through `DataFrameImpl` is a new addition 
to the API.
   I think rustdoc should take care of listing the additional `impl` of 
`TableProvider`.
   
   Let me know if there's another place I should add docs.
   


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