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

Fix performance regression due to extra arrow round-tripping #8684

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

emilk
Copy link
Member

@emilk emilk commented Jan 14, 2025

I'm not 100% sure why this happenes.
It looks like roundtripping ListArray marks the inner datatype field as nullable, even when it wasn't originally.
I'm taking a look at fixing this in re_arrow2, but I wanted to open this quick-fix in the meantime.

I'm not 100% sure why this happenes.
It looks like roundtripping `ListArray` marks the inner datatype field
as nullable, even when it wasn't originally.
I'm taking a look at fixing this in `re_arrow2`, but I wanted
to open this quick-fix in the meantime.

* Closes #8668
* Introduced in PR #8617
* Introduced in commit 78f676f
@emilk emilk added 🏹 arrow concerning arrow 🚀 performance Optimization, memory use, etc 🦟 regression A thing that used to work in an earlier release exclude from changelog PRs with this won't show up in CHANGELOG.md labels Jan 14, 2025
Copy link

github-actions bot commented Jan 14, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
c966f47 https://rerun.io/viewer/pr/8684 +nightly +main

Note: This comment is updated whenever you push a commit.

@emilk emilk marked this pull request as ready for review January 14, 2025 15:16
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

confirmed this fixes the perf issue. Thank you so much!

@Wumpf Wumpf merged commit 3906792 into main Jan 14, 2025
40 checks passed
@Wumpf Wumpf deleted the emilk/fix-perf-regression branch January 14, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏹 arrow concerning arrow exclude from changelog PRs with this won't show up in CHANGELOG.md 🚀 performance Optimization, memory use, etc 🦟 regression A thing that used to work in an earlier release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large performance regression (compared to 0.21) for missing query cache
2 participants