Feature Category
SQL Function / Operator
Problem / Use Case
In Gluten's Celeborn Java client, pushData is used when the payload exceeds clientPushBufferMaxSize, and mergeData otherwise. However, the current Bolt implementation only use pushData and does not support mergeData.
Additionally, mergeData support depends on the upstream Celeborn PR: apache/celeborn#3611.
Proposed Solution
use mergeData in bolt NativeCelebornClient when payload is large.
References / Prior Art
No response
Importance
Blocker (Cannot use Bolt without this)
Feature Category
SQL Function / Operator
Problem / Use Case
In Gluten's Celeborn Java client,
pushDatais used when the payload exceedsclientPushBufferMaxSize, andmergeDataotherwise. However, the current Bolt implementation only usepushDataand does not supportmergeData.Additionally, mergeData support depends on the upstream Celeborn PR: apache/celeborn#3611.
Proposed Solution
use mergeData in bolt
NativeCelebornClientwhen payload is large.References / Prior Art
No response
Importance
Blocker (Cannot use Bolt without this)