jonmmease opened a new pull request #1155:
URL: https://github.com/apache/arrow-datafusion/pull/1155
# Which issue does this PR close?
Closes #1154
# Rationale for this change
See #1154
# What changes are included in this PR?
As described in the issue, the
`self.state.lock().unwrap().config.target_partitions` expressions have been
lifted into local variables.
I'm not sure if there's a better way to "test" this (since it's a
compilation error), but I added an `#[async_trait]` and implementation that
previously produced the errors to the test section of `context.rs`.
# Are there any user-facing changes?
Just the removal of a compilation error
--
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]