alamb opened a new pull request, #2341: URL: https://github.com/apache/arrow-datafusion/pull/2341
WIP PR sketching out Serialization API # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/2340 # Rationale for this change We would like to serialize `Expr`s in our own messages without worrying about how they are encoded or making `prost` generated code work nicely across crates Making it easier to transmit Exprs across the network / serialize to disk is also something that would be interesting to other people trying to build systems with DataFusion. # What changes are included in this PR? 1. Proposed API for serialization 2. Tests # Are there any user-facing changes? Yes, new serialization API -- 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]
