Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uneeded Mutex in Ballista Client #1898

Merged
merged 1 commit into from
Mar 6, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Mar 1, 2022

Builds on #1884, so draft until that is merged

Which issue does this PR close?

re: #1614

Rationale for this change

I added a somewhat nasty Mutex workaround in #1523 due to some changes in how prost / tonic. Now that @doki23 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?

Are there any user-facing changes?

No

@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels Mar 1, 2022
@Dandandan Dandandan marked this pull request as ready for review March 3, 2022 09:05
@alamb
Copy link
Contributor Author

alamb commented Mar 5, 2022

Rebased

@alamb
Copy link
Contributor Author

alamb commented Mar 6, 2022

cc @tustvold who pointed out this mess initially

@alamb
Copy link
Contributor Author

alamb commented Mar 6, 2022

And thanks again to @doki23 for unlocking this cleanup

@alamb alamb merged commit e8aff59 into apache:master Mar 6, 2022
@alamb alamb deleted the alamb/clean_up_mutex branch August 8, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants