tustvold opened a new pull request, #2892:
URL: https://github.com/apache/arrow-datafusion/pull/2892
# Which issue does this PR close?
Closes #2889
# Rationale for this change
This provides a way to serialize the datafusion-proto messages to any serde
serializer, e.g. JSON, based on the protobuf [JSON
specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
# What changes are included in this PR?
Uses pbjson to auto-generate the serde implementations for the protobuf
messages. Full disclosure: I am the primary author and maintainer of this crate.
# Are there any user-facing changes?
No
--
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]