Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

grtlr
Copy link
Member

@grtlr grtlr commented Jul 10, 2025

Related

What

Removes unnecessary logic that would split a chunk into two if indicators were present. Also adds a check to rerun rrd verify for indicator components.

@grtlr grtlr added the exclude from changelog PRs with this won't show up in CHANGELOG.md label Jul 10, 2025
Copy link

github-actions bot commented Jul 10, 2025

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

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

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

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.

lgtm!

@grtlr grtlr merged commit 3801022 into main Jul 10, 2025
44 of 45 checks passed
@grtlr grtlr deleted the grtlr/remove-split-indicators branch July 10, 2025 18:47
grtlr added a commit that referenced this pull request Jul 11, 2025
)

### Related

* Part of #6889.
* Closes #8129.
* [x] Merge after #10583
* [x] Merge after #10581

### What

This removes the remaining reference to indicators from our codebase.
Most notably this removes indicators from the dataframe queries and the
UI.

This should be fine because:
* We drop indicator columns during Sorbet migration
* By default indicators where not shown anyways
* And they were omitted in queries by default too.

> [!IMPORTANT]
> There is some risk that this PR will make indicators appear again, so
we should choose a good time to merge this PR. If they show up again
then let's fix the root cause (i.e. migration logic).

### TODO

* [x] full-check
* [x] Dataplatform companion PR:
rerun-io/dataplatform#1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude from changelog PRs with this won't show up in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants