-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
area/plannerIssues or PRs related to the query plannerIssues or PRs related to the query plannerkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area/plannerIssues or PRs related to the query plannerIssues or PRs related to the query plannerkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.