Skip to content

Commit ef81d63

Browse files
committed
Update tests
1 parent 0fd9a56 commit ef81d63

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/queries/0_stateless/03277_json_subcolumns_in_primary_key.reference

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Sorting: json.a DESC
8686
0 {"a":0,"b":"str_0","c":[]} Hello, World!
8787
2 {"a":0,"b":"str_2","c":["0","1"]} Hello, World!
8888
Expression ((Project names + Projection))
89-
Filter ((WHERE + Change column names to column identifiers))
89+
Expression
9090
ReadFromMergeTree (default.test)
9191
Indexes:
9292
PrimaryKey
@@ -97,7 +97,7 @@ Parts: 1/2
9797
Granules: 2/8
9898
0 {"a":0,"b":"str_0","c":[]} Hello, World!
9999
Expression ((Project names + Projection))
100-
Filter ((WHERE + Change column names to column identifiers))
100+
Expression
101101
ReadFromMergeTree (default.test)
102102
Indexes:
103103
PrimaryKey
@@ -125,7 +125,7 @@ ReadFromPreparedSource (_minmax_count_projection)
125125
Expression ((Project names + Projection))
126126
Aggregating
127127
Expression (Before GROUP BY)
128-
Filter ((WHERE + Change column names to column identifiers))
128+
Expression
129129
ReadFromMergeTree (default.test)
130130
Indexes:
131131
PrimaryKey
@@ -237,7 +237,7 @@ ReadFromPreparedSource (_minmax_count_projection)
237237
Expression ((Project names + Projection))
238238
Aggregating
239239
Expression (Before GROUP BY)
240-
Filter ((WHERE + Change column names to column identifiers))
240+
Expression
241241
ReadFromMergeTree (default.test)
242242
Indexes:
243243
PrimaryKey
@@ -334,7 +334,7 @@ Sorting: json.a DESC
334334
0 {"a":0,"b":"str_0","c":[]} Hello, World!
335335
2 {"a":0,"b":"str_2","c":["0","1"]} Hello, World!
336336
Expression ((Project names + Projection))
337-
Filter ((WHERE + Change column names to column identifiers))
337+
Expression
338338
ReadFromMergeTree (default.test)
339339
Indexes:
340340
PrimaryKey
@@ -345,7 +345,7 @@ Parts: 1/2
345345
Granules: 2/8
346346
0 {"a":0,"b":"str_0","c":[]} Hello, World!
347347
Expression ((Project names + Projection))
348-
Filter ((WHERE + Change column names to column identifiers))
348+
Expression
349349
ReadFromMergeTree (default.test)
350350
Indexes:
351351
PrimaryKey
@@ -373,7 +373,7 @@ ReadFromPreparedSource (_minmax_count_projection)
373373
Expression ((Project names + Projection))
374374
Aggregating
375375
Expression (Before GROUP BY)
376-
Filter ((WHERE + Change column names to column identifiers))
376+
Expression
377377
ReadFromMergeTree (default.test)
378378
Indexes:
379379
PrimaryKey
@@ -485,7 +485,7 @@ ReadFromPreparedSource (_minmax_count_projection)
485485
Expression ((Project names + Projection))
486486
Aggregating
487487
Expression (Before GROUP BY)
488-
Filter ((WHERE + Change column names to column identifiers))
488+
Expression
489489
ReadFromMergeTree (default.test)
490490
Indexes:
491491
PrimaryKey
@@ -582,7 +582,7 @@ Sorting: json.a DESC
582582
0 {"a":0,"b":"str_0","c":[]} Hello, World!
583583
2 {"a":0,"b":"str_2","c":["0","1"]} Hello, World!
584584
Expression ((Project names + Projection))
585-
Filter ((WHERE + Change column names to column identifiers))
585+
Expression
586586
ReadFromMergeTree (default.test)
587587
Indexes:
588588
PrimaryKey
@@ -593,7 +593,7 @@ Parts: 1/2
593593
Granules: 2/8
594594
0 {"a":0,"b":"str_0","c":[]} Hello, World!
595595
Expression ((Project names + Projection))
596-
Filter ((WHERE + Change column names to column identifiers))
596+
Expression
597597
ReadFromMergeTree (default.test)
598598
Indexes:
599599
PrimaryKey
@@ -621,7 +621,7 @@ ReadFromPreparedSource (_minmax_count_projection)
621621
Expression ((Project names + Projection))
622622
Aggregating
623623
Expression (Before GROUP BY)
624-
Filter ((WHERE + Change column names to column identifiers))
624+
Expression
625625
ReadFromMergeTree (default.test)
626626
Indexes:
627627
PrimaryKey
@@ -733,7 +733,7 @@ ReadFromPreparedSource (_minmax_count_projection)
733733
Expression ((Project names + Projection))
734734
Aggregating
735735
Expression (Before GROUP BY)
736-
Filter ((WHERE + Change column names to column identifiers))
736+
Expression
737737
ReadFromMergeTree (default.test)
738738
Indexes:
739739
PrimaryKey

0 commit comments

Comments
 (0)