We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c564c commit a7fe491Copy full SHA for a7fe491
1 file changed
vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings/dict.rs
@@ -16,6 +16,7 @@ use vortex::array::session::ArraySession;
16
use vortex::array::validity::Validity;
17
use vortex::error::VortexResult;
18
use vortex::session::VortexSession;
19
+use vortex_array::aggregate_fn::session::AggregateFnSession;
20
21
use super::N;
22
use crate::fixtures::FlatLayoutFixture;
@@ -87,6 +88,7 @@ impl FlatLayoutFixture for DictFixture {
87
88
.collect();
89
let insertion_ordered_col = VarBinArray::from_strs(insertion_ordered);
90
let mut ctx = VortexSession::empty()
91
+ .with::<AggregateFnSession>()
92
.with::<ArraySession>()
93
.create_execution_ctx();
94
0 commit comments