Uh oh!
There was an error while loading. Please reload this page.
[Fix](statistics)Fix analyze olap table couldn't get partition names bug. - #24696
Conversation
08b82d4 to
217401cCompareJibing-Li
commented
Sep 20, 2023
run buildall |
Kikyou1997
commented
Sep 20, 2023
Add some regression test or unit test to cover this problem? |
doris-robot
commented
Sep 20, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
217401c to
4390c52Compare4390c52 to
102a684CompareJibing-Li
commented
Sep 20, 2023
Added |
Jibing-Li
commented
Sep 20, 2023
run buildall |
doris-robot
commented
Sep 20, 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. |
… bug (apache#24696) Call getPartitionNames to get all partitions while analyzing for olap table. Couldn't return NULL, otherwise analyze for olap table will do nothing.
Fix bug introduced by #24154
Call getPartitionNames to get all partitions while analyzing for olap table. Couldn't return NULL, otherwise analyze for olap table will do nothing.
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...