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

datastore: stabilize dataframe sorts #1549

Merged
merged 4 commits into from
Mar 15, 2023
Merged

datastore: stabilize dataframe sorts #1549

merged 4 commits into from
Mar 15, 2023

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented Mar 9, 2023

This fixes some very real issues with dataframe sorting that cost me some hair when implementing tests for the defunct #1527.

This does not fix #894, as there is in fact a very real bug in the GC and the flakiness is justified; but that's a topic for another PR that I'll cover tomorrow when I can finally focus on GC stuff.

(github won't let me not close #894 now that I've mentioned it apparently... I'll re-open it manually once this is merged...)

@teh-cmc teh-cmc added 🪳 bug Something isn't working ⛃ re_datastore affects the datastore itself 😤 annoying Something in the UI / SDK is annoying to use labels Mar 9, 2023
@teh-cmc teh-cmc requested a review from emilk March 13, 2023 14:48
@emilk emilk merged commit 05cd517 into main Mar 15, 2023
@emilk emilk deleted the cmc/fix_flaky_polars branch March 15, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working ⛃ re_datastore affects the datastore itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unstable test, re_arrow_store::store_polars::to_dataframe fails
2 participants