Uh oh!
There was an error while loading. Please reload this page.
[fix](planner) Fix select table tablet not effective - #25378
Conversation
xinyiZzz
commented
Oct 12, 2023
run buildall |
doris-robot
commented
Oct 12, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
5fe8146 to
01d4a4aComparexinyiZzz
commented
Oct 13, 2023
run buildall |
1 similar comment
xinyiZzz
commented
Oct 13, 2023
run buildall |
doris-robot
commented
Oct 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Oct 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
| } | ||
| @Test | ||
| public void testSelectSampleTable() throws Exception { |
| if (tabletIds != null) { | ||
| tabletIds.retainAll(sampleTabletIds); | ||
| } else { | ||
| tabletIds = sampleTabletIds; |
There was a problem hiding this comment.
Is this logic related to random bucket?
There was a problem hiding this comment.
Yes, the tabletIds returned by random bucketing distributionPrune are null.
xinyiZzz
commented
Oct 24, 2023
run buildall |
doris-robot
commented
Oct 24, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
411bd70 to
8c31ae9ComparexinyiZzz
commented
Oct 24, 2023
run buildall |
doris-robot
commented
Oct 24, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Fix select table tablet not effective, table distributed by random. If tabletID specified in query does not exist in this partition, skip scan partition.
Fix select table tablet not effective, table distributed by random. If tabletID specified in query does not exist in this partition, skip scan partition.
Fix select table tablet not effective, table distributed by random. If tabletID specified in query does not exist in this partition, skip scan partition.
Fix select table tablet not effective, table distributed by random. If tabletID specified in query does not exist in this partition, skip scan partition.
Fix select table tablet not effective, table distributed by random. If tabletID specified in query does not exist in this partition, skip scan partition.
Proposed changes
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...