Skip to content

Commit ff8016a

Browse files
Merge 8158042 into 782ac23
2 parents 782ac23 + 8158042 commit ff8016a

File tree

2 files changed

+19
-31
lines changed
  • ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_

2 files changed

+19
-31
lines changed

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join3.test_/query_4.plan

+8-14
Original file line numberDiff line numberDiff line change
@@ -175,26 +175,20 @@
175175
"PlanNodeType": "Connection",
176176
"Plans": [
177177
{
178-
"CTE Name": "precompute_0_0",
179-
"Node Type": "TablePointLookup-ConstantExpr",
178+
"Node Type": "TableRangeScan",
180179
"Operators": [
181180
{
182-
"Inputs": [
183-
{
184-
"InternalOperatorId": 1
185-
}
186-
],
187-
"Name": "TablePointLookup",
181+
"Inputs": [],
182+
"Name": "TableRangeScan",
188183
"ReadColumns": [
189184
"k",
190185
"pd"
191186
],
187+
"ReadRangesExpectedSize": 1,
188+
"ReadRangesKeys": [
189+
"k"
190+
],
192191
"Table": "postgres_jointest/join3.test_plan/parent"
193-
},
194-
{
195-
"Inputs": [],
196-
"Iterator": "precompute_0_0",
197-
"Name": "Iterator"
198192
}
199193
],
200194
"PlanNodeId": 1,
@@ -235,7 +229,7 @@
235229
"k",
236230
"pd"
237231
],
238-
"type": "Lookup"
232+
"type": "Scan"
239233
}
240234
]
241235
}

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

+11-17
Original file line numberDiff line numberDiff line change
@@ -271,26 +271,20 @@
271271
"PlanNodeType": "Connection",
272272
"Plans": [
273273
{
274-
"CTE Name": "precompute_0_0",
275-
"Node Type": "TablePointLookup-ConstantExpr",
274+
"Node Type": "TableRangeScan",
276275
"Operators": [
277276
{
278-
"Inputs": [
279-
{
280-
"InternalOperatorId": 1
281-
}
282-
],
283-
"Name": "TablePointLookup",
277+
"Inputs": [],
278+
"Name": "TableRangeScan",
284279
"ReadColumns": [
285280
"k",
286281
"pd"
287282
],
283+
"ReadRangesExpectedSize": 1,
284+
"ReadRangesKeys": [
285+
"k"
286+
],
288287
"Table": "postgres_jointest/join3.test_plan/parent"
289-
},
290-
{
291-
"Inputs": [],
292-
"Iterator": "precompute_0_0",
293-
"Name": "Iterator"
294288
}
295289
],
296290
"PlanNodeId": 1,
@@ -328,14 +322,14 @@
328322
"reads": [
329323
{
330324
"columns": [
331-
"k"
325+
"k",
326+
"pd"
332327
],
333-
"type": "Lookup"
328+
"type": "Scan"
334329
},
335330
{
336331
"columns": [
337-
"k",
338-
"pd"
332+
"k"
339333
],
340334
"type": "Lookup"
341335
}

0 commit comments

Comments
 (0)