alamb opened a new pull request #1898: URL: https://github.com/apache/arrow-datafusion/pull/1898
Builds on https://github.com/apache/arrow-datafusion/pull/1884, so draft until that is merged # Which issue does this PR close? re: https://github.com/apache/arrow-datafusion/issues/1614 # Rationale for this change I added a somewhat nasty `Mutex` workaround in https://github.com/apache/arrow-datafusion/pull/1523 due to some changes in how prost / tonic. Now that @doki has updated the `SendableRecordBatchStream` in #1884 this workaround can be removed I don't think removing this `Mutex` has any practical performance implications, but it makes the code cleaner # What changes are included in this PR? * Removes mutex added in https://github.com/apache/arrow-datafusion/pull/1523 # Are there any user-facing changes? No -- 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]
