Skip to content

Commit

Permalink
Add missing feature flags to arrow2, to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 17, 2025
1 parent 3deb7af commit 77a491f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/utils/re_arrow_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ re_log.workspace = true
re_tracing.workspace = true

arrow.workspace = true
arrow2.workspace = true
arrow2 = { workspace = true, features = [
"compute_concatenate",
"compute_filter",
"compute_take",
] }
itertools.workspace = true

0 comments on commit 77a491f

Please sign in to comment.