buraksenn opened a new pull request, #23794:
URL: https://github.com/apache/datafusion/pull/23794
## Which issue does this PR close?
- Closes #23505.
## Rationale for this change
Part of epic #23494. Moves `SortExec` and `SortPreservingMergeExec`
protobuf serialization from central dispatch.
## What changes are included in this PR?
Add protobuf serialization and deserialization to the physical plan
implementations and deprecate the corresponding central proto methods. The wire
format remains unchanged.
## Are these changes tested?
Yes, existing round-trip tests cover these plans.
## Are there any user-facing changes?
Existing methods are deprecated with no immediate API change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]