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

Dataframe v2: big ol' hindsight-driven refactoring #7683

Merged
merged 3 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5134,7 +5134,6 @@ dependencies = [
"anyhow",
"itertools 0.13.0",
"nohash-hasher",
"parking_lot",
"re_arrow2",
"re_chunk",
"re_chunk_store",
Expand Down
1 change: 0 additions & 1 deletion crates/store/re_dataframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ anyhow.workspace = true
arrow2.workspace = true
itertools.workspace = true
nohash-hasher.workspace = true
parking_lot.workspace = true

[dev-dependencies]
re_types.workspace = true
Expand Down
Loading
Loading