Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dataframe API v2 #0: Chunk support for dedupe-latest semantics (rerun…
…-io#7558) Implements support for the new `dedupe-latest` ™️ semantics on `Chunk`. This is one of the fundamental primitives required for the new upcoming dataframe APIs. This requires the use of the `take` Arrow kernel. Unfortunately I made the mistake of testing that new kernel, which revealed that it is allocating a lot of data when it shouldn't, so I'll have to fix it at some point in a future PR. * Part of rerun-io#7495 --------- Co-authored-by: Jeremy Leibs <[email protected]>
- Loading branch information