Skip to content

Commit 367e6ae

Browse files
committed
chore(functions): multi pushdown filter
1 parent e576899 commit 367e6ae

File tree

1 file changed

+3
-3
lines changed
  • src/query/functions/tests/it/scalars/testdata

1 file changed

+3
-3
lines changed

src/query/functions/tests/it/scalars/testdata/other.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ output : "DOUBLE"
134134
ast : sleep(2)
135135
raw expr : sleep(2_u8)
136136
checked expr : sleep<Float64>(to_float64<UInt8>(2_u8))
137-
optimized expr : 1_u8
137+
optimized expr : 0_u8
138138
output type : UInt8
139-
output domain : {1..=1}
140-
output : 1
139+
output domain : {0..=0}
140+
output : 0
141141

142142

143143
error:

0 commit comments

Comments
 (0)