Remove unused TODO comments in CelebornTierProducerAgent#processBuffer
Why are the changes needed?
In order for buffers to be packed together, we are going to modify the Flink side implementation to delegate buffer compression to tiers. But after discussion, we have been able to handle the case of receiving the compressed buffer on the Celeborn side, so this TODO is no longer needed.
What changes were proposed in this pull request?
Remove unused TODO comments in CelebornTierProducerAgent#processBuffer
Why are the changes needed?
In order for buffers to be packed together, we are going to modify the Flink side implementation to delegate buffer compression to tiers. But after discussion, we have been able to handle the case of receiving the compressed buffer on the Celeborn side, so this TODO is no longer needed.
Does this PR introduce any user-facing change?
No
How was this patch tested?
No need.