Open duerwuyi opened 1 month ago
the distributed query plan of this query: Custom Scan (Citus Adaptive) (cost=0.00..0.00 rows=100000 width=4) -> Distributed Subplan 1_1 -> Seq Scan on t3 (cost=0.00..35.50 rows=2550 width=4) -> Distributed Subplan 1_2 -> Seq Scan on t3 (cost=0.00..35.50 rows=2550 width=4) Task Count: 0 Tasks Shown: All
task count should not be 0.
I made t1 as a distributed table:
SELECT create_distributed_table('t1', 'vkey');
query:
The result should be t3.vkey = 1 ,but actually returns nothing. The citus version is 12.5.