You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because Spark shuffle is block-based rather than streaming, it is necessary to serialize single batches along with schema information. We currently use Arrow IPC to do this, but this is not efficient. A crude prototype in PR TBD shows that we can get much better performance with a custom implementation of single batch serde.
Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the problem the feature request solves?
Because Spark shuffle is block-based rather than streaming, it is necessary to serialize single batches along with schema information. We currently use Arrow IPC to do this, but this is not efficient. A crude prototype in PR TBD shows that we can get much better performance with a custom implementation of single batch serde.
Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: