devinjdangelo opened a new pull request, #4893: URL: https://github.com/apache/arrow-rs/pull/4893
# Which issue does this PR close? Enables https://github.com/apache/arrow-datafusion/pull/7655 # Rationale for this change #4871 rolled back this change, but without it https://github.com/apache/arrow-datafusion/pull/7655 encounters a compile time error since `OnCloseRowGroup` is used across an `await`. Apart from this change, https://github.com/apache/arrow-datafusion/pull/7655 is working great against the current master branch of `arrow-rs`. The compile error can be viewed here: https://github.com/apache/arrow-datafusion/actions/runs/6412903672/job/17410973730?pr=7655 # What changes are included in this PR? OnCloseRowGroup is marked Send. # Are there any user-facing changes? -- 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]
