Enhancement
For now, only cop/batchCop is allowed for static pruning partition table. But in disaggregated mode, we disable cop and batchCop. So have to enable mpp for static pruning partition table, which is by adding ExchangeSender and ExchangeReceiver above TableScan.
Enhancement
For now, only cop/batchCop is allowed for static pruning partition table. But in disaggregated mode, we disable cop and batchCop. So have to enable mpp for static pruning partition table, which is by adding
ExchangeSenderandExchangeReceiveraboveTableScan.