alamb opened a new pull request, #5455: URL: https://github.com/apache/arrow-datafusion/pull/5455
# Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/issues/1754 # Rationale for this change I am trying to extract the physical_plan code into its own crate; SessionState is in `datafusion-core` which means physical_plan can't have references back there. # What changes are included in this PR? Change some code to use `TaskContext` rather than `SessionState` (that is simply used to make a `TaskContext`) # Are these changes tested? Covered by existing tests # Are there any user-facing changes? I don't think anyone uses these APIs (they are helpers from SessionContext) but I think they are technically public -- 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]
