buraksenn opened a new pull request, #23853:
URL: https://github.com/apache/datafusion/pull/23853
## Which issue does this PR close?
- Closes #23507.
## Rationale for this change
Part of epic #23494. Moves `HashJoinExec` protobuf serialization from
central dispatch.
## What changes are included in this PR?
Add protobuf serialization and deserialization to the `HashJoinExec`
physical plan implementation and deprecate the corresponding central proto
methods. The wire format remains unchanged.
## Are these changes tested?
Yes, existing HashJoin round-trip tests cover this plan.
## 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]