Skip to content

Commit 3998acd

Browse files
committed
perf[duckdb]: dont push down pack & dedup filters for ddb
Signed-off-by: Joe Isaacs <[email protected]>
1 parent fa3bb4c commit 3998acd

File tree

1 file changed

+1
-1
lines changed
  • vortex-array/src/arrays/dict/vtable

1 file changed

+1
-1
lines changed

vortex-array/src/arrays/dict/vtable/rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl ArrayParentReduceRule<DictVTable> for DictionaryScalarFnValuesPushDownRule
4545
// Check that the scalar function can actually be pushed down.
4646
let sig = parent.scalar_fn().signature();
4747

48-
// Don't push down structual expressions since we might want to unpack them in exporters
48+
// Don't push down structural expressions since we might want to unpack them in exporters
4949
// later.
5050
if sig.is_structural() {
5151
return Ok(None);

0 commit comments

Comments
 (0)