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 unnecessary arrow structs #3754

Merged
merged 1 commit into from
Sep 4, 2023
Merged

*: Remove unnecessary arrow structs #3754

merged 1 commit into from
Sep 4, 2023

Conversation

brancz
Copy link
Member

@brancz brancz commented Sep 4, 2023

Anything that needs to be built adds latency to the query path, and this removes a number of dynamic dispatch calls and prevents 2 validity bitmaps from being built.

Anything that needs to be built adds latency to the query path, and this
removes a number of dynamic dispatch calls and prevents 2 validity
bitmaps from being built.
@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Sep 4, 2023

✅ Meticulous spotted zero visual differences across 344 screens tested: view results.

Last updated for commit 7f62190. This comment will update as new commits are pushed.

@brancz brancz merged commit 9021920 into main Sep 4, 2023
32 checks passed
@brancz brancz deleted the rm-struct branch September 4, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant