Skip to content

Commit

Permalink
Dataframe v2: big ol' hindsight-driven refactoring (#7683)
Browse files Browse the repository at this point in the history
Simpler. Faster. Correct-er.

* Fixes #7681
* DNM: requires #7677
  • Loading branch information
teh-cmc authored Oct 11, 2024
1 parent c23bbed commit 9f23ae0
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 199 deletions.
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

0 comments on commit 9f23ae0

Please sign in to comment.