[enhancement](Nereids) Filter no data partition after partition prune (#25456)

This commit is contained in:
AKIRA
2023-10-25 17:37:10 +08:00
committed by GitHub
parent 8a436d8ecc
commit 20fa1eff65
5 changed files with 45 additions and 3 deletions

View File

@ -113,8 +113,6 @@ class PruneOlapScanTabletTest implements MemoPatternMatchSupported {
result = "t1";
olapTable.getPartition(anyLong);
result = partition;
partition.hasData();
result = true;
partition.getIndex(anyLong);
result = index;
partition.getDistributionInfo();