Skip to content

Commit 767f12a

Browse files
committed
enable vector matching for parquet querier fuzz
Signed-off-by: yeya24 <[email protected]>
1 parent c151dbe commit 767f12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/parquet_querier_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ func TestParquetFuzz(t *testing.T) {
180180
promqlsmith.WithEnableOffset(true),
181181
promqlsmith.WithEnableAtModifier(true),
182182
promqlsmith.WithEnabledFunctions(enabledFunctions),
183+
promqlsmith.WithEnableVectorMatching(true),
183184
}
184185
ps := promqlsmith.New(rnd, lbls, opts...)
185186

0 commit comments

Comments
 (0)