Skip to content

[Bug] Multi plan fragment even if there is only one BE #8736

@morningman

Description

@morningman

Search before asking

  • I had searched in the issues and found no similar issues.

Version

trunk

What's Wrong?

1FE, 1BE

create table tbl2(k1 int, v1 int sum) distributed by hash(k1) buckets 1 properties("replication_num" = "1");
insert into tbl2 values(1,2),(3, 4);
desc select * from tbl2;

there will be 2 fragments. But it should be only one

What You Expected?

it should be only one fragment

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

area/plannerIssues or PRs related to the query plannerkind/fixCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions