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

   # Which issue does this PR close?
   
   Closes #2658 
   Closes #2657 
   
    # Rationale for this change
   
   Prevents circular references, and will also allow TableProviders access to 
things like the RuntimeEnv, etc...
   
   # What changes are included in this PR?
   
   Passes a `&SessionState` to `TableProvider::scan`, this is necessary for 
`TableProvider` to be able to access plan state without potentially introducing 
circular references.
   
   # Are there any user-facing changes?
   
   Yes, this changes the signature of TableProvider::scan
   
   # Does this PR break compatibility with Ballista?
   
   Possibly


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