-
Notifications
You must be signed in to change notification settings - Fork 384
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
Introduce ChunkStore::drop_entity_path
#6588
Conversation
014d5cb
to
ad29d5c
Compare
4c2f210
to
8933d3a
Compare
crates/re_chunk_store/src/writes.rs
Outdated
per_start_time | ||
.into_values() | ||
.flat_map(|chunk_ids| chunk_ids.into_iter()) | ||
.chain( | ||
per_end_time | ||
.into_values() | ||
.flat_map(|chunk_ids| chunk_ids.into_iter()), | ||
) |
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.
No harm in being thorough, but shouldn't every chunk_id occur both in per_start_time
and per_end_time
? Do we actually need to iterate both of them?
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.
Nah we don't, I went a bit overboard
Reminder to get rid of the |
8933d3a
to
9bd4c62
Compare
7e789be
to
1e24a6b
Compare
a02c43a
to
07df663
Compare
56207f3
to
6b42567
Compare
07df663
to
e0fbd0f
Compare
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/9795416503 |
6b42567
to
d304e97
Compare
64bf654
to
396555f
Compare
Introduces a new API to drop an entity path in its entirety, unconditionally.
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.