Skip to content

Robtandy/extension point - #46

Merged
robtandy merged 5 commits into
mainfrom
robtandy/extension_point
Jul 16, 2025
Merged

Robtandy/extension point#46
robtandy merged 5 commits into
mainfrom
robtandy/extension_point

Conversation

@robtandy

Copy link
Copy Markdown
Collaborator

This PR attempts to make a clean integration point for this project and customizations.

Such customizations might be:

  • adding a new file format
  • adding any new PhysicalPlan operator

Such customizations might require the ability to transmit the new physical plan over the wire, so we need to accept a Codec as well for this.

Now DDProxyService and DDWorkerService accept a Customizer trait with three methods to implement to handle this.

Comment thread src/customizer.rs Outdated
robtandy and others added 2 commits July 16, 2025 08:44
Co-authored-by: Nga Tran <hoabinhnga.tran@datadoghq.com>
@robtandy
robtandy merged commit 445ccef into main Jul 16, 2025
3 checks passed
@robtandy
robtandy deleted the robtandy/extension_point branch July 16, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants