提交 f1d06c49 编写于 作者: C Chris Hajas

Fix expected output from 4847e31f

上级 4847e31f
......@@ -11627,27 +11627,29 @@ SELECT DISTINCT L1.c, L1.lid
FROM t55 L1 CROSS JOIN META
WHERE L1.lid = META.LOAD_ID;
NOTICE: Table doesn't have 'DISTRIBUTED BY' clause. Creating a NULL policy entry.
QUERY PLAN
-----------------------------------------------------------------------------------------------------------------------
QUERY PLAN
--------------------------------------------------------------------------------------------------------------------------
Result (cost=0.00..0.00 rows=0 width=0)
-> Result (cost=0.00..437.37 rows=134 width=8)
-> Redistribute Motion 3:3 (slice2; segments: 3) (cost=0.00..431.12 rows=134 width=8)
-> HashAggregate (cost=0.00..431.12 rows=134 width=8)
-> Result (cost=0.00..431.10 rows=1 width=8)
-> Redistribute Motion 3:3 (slice2; segments: 3) (cost=0.00..431.08 rows=1 width=8)
-> GroupAggregate (cost=0.00..431.08 rows=1 width=8)
Group By: c, lid
-> Hash Join (cost=0.00..431.08 rows=134 width=8)
Hash Cond: lid = pg_catalog.int4in(unknownout(load_id), 23::oid, (-1))
-> Redistribute Motion 3:3 (slice1; segments: 3) (cost=0.00..431.02 rows=334 width=8)
Hash Key: lid
-> Table Scan on t55 (cost=0.00..431.01 rows=334 width=8)
-> Hash (cost=0.00..0.00 rows=1 width=8)
-> Result (cost=0.00..0.00 rows=1 width=8)
-> Sort (cost=0.00..431.08 rows=1 width=8)
Sort Key: c, lid
-> Hash Join (cost=0.00..431.08 rows=1 width=8)
Hash Cond: lid = pg_catalog.int4in(unknownout(load_id), 23::oid, (-1))
-> Redistribute Motion 3:3 (slice1; segments: 3) (cost=0.00..431.02 rows=334 width=8)
Hash Key: lid
-> Table Scan on t55 (cost=0.00..431.01 rows=334 width=8)
-> Hash (cost=0.00..0.00 rows=1 width=8)
-> Result (cost=0.00..0.00 rows=1 width=8)
-> Result (cost=0.00..0.00 rows=1 width=8)
-> Result (cost=0.00..0.00 rows=1 width=8)
-> Result (cost=0.00..0.00 rows=1 width=1)
-> Result (cost=0.00..0.00 rows=1 width=8)
-> Result (cost=0.00..0.00 rows=1 width=1)
Settings: optimizer=on; optimizer_cte_inlining_bound=1000; optimizer_join_order=query; optimizer_metadata_caching=on
Optimizer status: PQO version 3.102.0
(18 rows)
Optimizer status: PQO version 3.105.0
(20 rows)
CREATE TABLE TP AS
WITH META AS (SELECT '2020-01-01' AS VALID_DT, '99' AS LOAD_ID)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册