Skip to content

Commit 0aed477

Browse files
committed
fix 02679_explain_merge_tree_prewhere_row_policy
1 parent c3effd7 commit 0aed477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/queries/0_stateless/02679_explain_merge_tree_prewhere_row_policy.reference

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Positions: 0 1
1919
FUNCTION equals(id : 0, 5 :: 1) -> equals(id, 5) UInt8 : 2
2020
Positions: 2 0
2121
Row level filter
22-
Row level filter column: greaterOrEquals(id, 5)
22+
Row level filter column: greaterOrEquals(id, 5) (removed)
2323
Actions: INPUT : 0 -> id UInt64 : 0
2424
COLUMN Const(UInt8) -> 5 UInt8 : 1
2525
FUNCTION greaterOrEquals(id : 0, 5 :: 1) -> greaterOrEquals(id, 5) UInt8 : 2
@@ -49,7 +49,7 @@ Positions: 1 2
4949
FUNCTION equals(id : 0, 5_UInt8 :: 1) -> equals(id, 5_UInt8) UInt8 : 2
5050
Positions: 2 0
5151
Row level filter
52-
Row level filter column: greaterOrEquals(id, 5_UInt8)
52+
Row level filter column: greaterOrEquals(id, 5_UInt8) (removed)
5353
Actions: INPUT : 0 -> id UInt64 : 0
5454
COLUMN Const(UInt8) -> 5_UInt8 UInt8 : 1
5555
FUNCTION greaterOrEquals(id : 0, 5_UInt8 :: 1) -> greaterOrEquals(id, 5_UInt8) UInt8 : 2

0 commit comments

Comments
 (0)