Skip to content

Commit a7fe491

Browse files
committed
fixes
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent d4c564c commit a7fe491

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings

vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings/dict.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use vortex::array::session::ArraySession;
1616
use vortex::array::validity::Validity;
1717
use vortex::error::VortexResult;
1818
use vortex::session::VortexSession;
19+
use vortex_array::aggregate_fn::session::AggregateFnSession;
1920

2021
use super::N;
2122
use crate::fixtures::FlatLayoutFixture;
@@ -87,6 +88,7 @@ impl FlatLayoutFixture for DictFixture {
8788
.collect();
8889
let insertion_ordered_col = VarBinArray::from_strs(insertion_ordered);
8990
let mut ctx = VortexSession::empty()
91+
.with::<AggregateFnSession>()
9092
.with::<ArraySession>()
9193
.create_execution_ctx();
9294

0 commit comments

Comments
 (0)