Skip to content

Commit 2c93b7b

Browse files
committed
Fix expected test results
1 parent 0714b7f commit 2c93b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--- with move to PREWHERE
22
Run two queries, with and without query_condition_cache_store_conditions_as_plaintext enabled
33
all_1_1_0
4-
all_1_1_0 equals(b, 9000_UInt16)
4+
all_1_1_0 equals(b, 90000_UInt32)
55
--- without move to PREWHERE
66
Run two queries, with and without query_condition_cache_store_conditions_as_plaintext enabled
77
all_1_1_0
8-
all_1_1_0 equals(b, 9000_UInt16)
8+
all_1_1_0 equals(b, 90000_UInt32)

0 commit comments

Comments
 (0)