-
Notifications
You must be signed in to change notification settings - Fork 528
Remove indicators from codegen, rerun_py
, and rerun_cpp
#10581
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
Conversation
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
e653d3d
to
35f9363
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/16195646821 |
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/16195863559 |
80caf49
to
72fa7de
Compare
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/16201062610 |
) ### 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
Related
SeriesPoints::markers
component required #10572.What
Title. 🎉
TODO