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

refactor(datafusion): avoid reinitializing memtables on every execute call #10057

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Sep 8, 2024

Avoid clobbering and reinitializing memtable data on every execute call.

@cpcloud cpcloud added refactor Issues or PRs related to refactoring the codebase datafusion The Apache DataFusion backend labels Sep 8, 2024
@cpcloud cpcloud force-pushed the cleanup-datafusion-memtables branch 4 times, most recently from 44acc16 to bc19c79 Compare September 8, 2024 10:48
@cpcloud cpcloud requested a review from jcrist September 9, 2024 11:29
@cpcloud cpcloud added this to the 9.5 milestone Sep 9, 2024
@cpcloud cpcloud merged commit 43e5f12 into ibis-project:main Sep 9, 2024
81 checks passed
@cpcloud cpcloud deleted the cleanup-datafusion-memtables branch September 9, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion The Apache DataFusion backend refactor Issues or PRs related to refactoring the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants