timsaucer opened a new pull request, #18813:
URL: https://github.com/apache/datafusion/pull/18813

   **This is in draft form as a proof of concept**
   
   ## Which issue does this PR close?
   
   - Closes #18477
   
   ## Rationale for this change
   
   This trait adds finer grained control over how processing occurs for 
protobuf serialization and deserialization. See the issue linked above for more 
discussion on why it is useful.
   
   ## What changes are included in this PR?
   
   - Create traits for serialization and deserialization.
   - Add implementations for TaskContext and TaskContext with a 
PhysicalExtensionCodec
   
   - [ ] Give the same treatment to the logical side if we are in agreement
   
   ## Are these changes tested?
   
   - [ ] Review unit tests
   - [ ] Add additional tests if coverage is not yet sufficient (draft form - 
not yet evaluated)
   
   ## Are there any user-facing changes?
   
   Users will need to make some slight changes to their calls to serialization 
and deserialization.
   
   - [ ] Update migration guide
   
   


-- 
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]

Reply via email to