Skip to content

[Feature] use mergeData for bolt NativeCelebornClient #370

@zhangxffff

Description

@zhangxffff

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)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions