mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
upd tests
This commit is contained in:
parent
05ed5f28a5
commit
436462ce98
@ -29,7 +29,7 @@
|
||||
Granules: 2/3
|
||||
-----------------
|
||||
"Node Type": "ReadFromMergeTree",
|
||||
"Node Id": "ReadFromMergeTree_1",
|
||||
"Node Id": "ReadFromMergeTree_0",
|
||||
"Description": "default.test_index",
|
||||
"Indexes": [
|
||||
{
|
||||
@ -127,7 +127,7 @@
|
||||
Granules: 3/6
|
||||
-----------------
|
||||
"Node Type": "ReadFromMergeTree",
|
||||
"Node Id": "ReadFromMergeTree_1",
|
||||
"Node Id": "ReadFromMergeTree_0",
|
||||
"Description": "default.test_index",
|
||||
"Indexes": [
|
||||
{
|
||||
|
@ -2,25 +2,25 @@
|
||||
{
|
||||
"Plan": {
|
||||
"Node Type": "Union",
|
||||
"Node Id": "Union_11",
|
||||
"Node Id": "Union_10",
|
||||
"Plans": [
|
||||
{
|
||||
"Node Type": "Expression",
|
||||
"Node Id": "Expression_14",
|
||||
"Node Id": "Expression_13",
|
||||
"Plans": [
|
||||
{
|
||||
"Node Type": "ReadFromStorage",
|
||||
"Node Id": "ReadFromStorage_1"
|
||||
"Node Id": "ReadFromStorage_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Node Type": "Expression",
|
||||
"Node Id": "Expression_17",
|
||||
"Node Id": "Expression_16",
|
||||
"Plans": [
|
||||
{
|
||||
"Node Type": "ReadFromStorage",
|
||||
"Node Id": "ReadFromStorage_5"
|
||||
"Node Id": "ReadFromStorage_4"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -40,7 +40,7 @@
|
||||
}
|
||||
--------
|
||||
"Node Type": "Aggregating",
|
||||
"Node Id": "Aggregating_4",
|
||||
"Node Id": "Aggregating_3",
|
||||
"Header": [
|
||||
{
|
||||
"Name": "__table1.number",
|
||||
@ -79,16 +79,16 @@
|
||||
],
|
||||
--------
|
||||
"Node Type": "ArrayJoin",
|
||||
"Node Id": "ArrayJoin_5",
|
||||
"Node Id": "ArrayJoin_4",
|
||||
"Left": false,
|
||||
"Columns": ["__table1.x", "__table1.y"],
|
||||
--------
|
||||
"Node Type": "Distinct",
|
||||
"Node Id": "Distinct_5",
|
||||
"Node Id": "Distinct_4",
|
||||
"Columns": ["intDiv(__table1.number, 2_UInt8)", "intDiv(__table1.number, 3_UInt8)"],
|
||||
--
|
||||
"Node Type": "Distinct",
|
||||
"Node Id": "Distinct_4",
|
||||
"Node Id": "Distinct_3",
|
||||
"Columns": ["intDiv(__table1.number, 2_UInt8)", "intDiv(__table1.number, 3_UInt8)"],
|
||||
--------
|
||||
"Sort Description": [
|
||||
|
Loading…
Reference in New Issue
Block a user