[enhancement](Nereids) Filter no data partition after partition prune (#25456)
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user