Skip to content

Commit e34944a

Browse files
authored
Use query service in suite tests (#11618)
1 parent 3245efa commit e34944a

File tree

7 files changed

+85
-22
lines changed

7 files changed

+85
-22
lines changed

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-window.test_/query_5.plan

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"Node Type": "TopSort-Sort",
32+
"Node Type": "TopSort-Aggregate-Sort",
3333
"Operators": [
3434
{
3535
"Inputs": [
@@ -41,6 +41,14 @@
4141
"Name": "TopSort",
4242
"TopSortBy": "argument._yql_RowNumber0"
4343
},
44+
{
45+
"Inputs": [
46+
{
47+
"InternalOperatorId": 2
48+
}
49+
],
50+
"Name": "Aggregate"
51+
},
4452
{
4553
"Inputs": [
4654
{

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-window.test_/query_6.plan

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"Node Type": "Limit-Sort",
32+
"Node Type": "Limit-Aggregate-Sort",
3333
"Operators": [
3434
{
3535
"Inputs": [
@@ -40,6 +40,14 @@
4040
"Limit": "1001",
4141
"Name": "Limit"
4242
},
43+
{
44+
"Inputs": [
45+
{
46+
"InternalOperatorId": 2
47+
}
48+
],
49+
"Name": "Aggregate"
50+
},
4351
{
4452
"Inputs": [
4553
{

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_results-window.test_/query_6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"count": 4
1717
},
1818
{
19-
"column0": 20900,
20-
"count": 5
19+
"column0": 25700,
20+
"count": 6
2121
},
2222
{
2323
"column0": 25700,
@@ -28,8 +28,8 @@
2828
"count": 7
2929
},
3030
{
31-
"column0": 35900,
32-
"count": 8
31+
"column0": 41100,
32+
"count": 9
3333
},
3434
{
3535
"column0": 41100,

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_results-window.test_/query_7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"column1": 1
55
},
66
{
7-
"column0": 11200,
7+
"column0": 16400,
88
"column1": 2
99
},
1010
{
@@ -32,7 +32,7 @@
3232
"column1": 1
3333
},
3434
{
35-
"column0": 9800,
35+
"column0": 14600,
3636
"column1": 2
3737
},
3838
{

0 commit comments

Comments
 (0)