Andy Grove created ARROW-5947: --------------------------------- Summary: [Rust] [DataFusion] Remove serde_json dependency Key: ARROW-5947 URL: https://issues.apache.org/jira/browse/ARROW-5947 Project: Apache Arrow Issue Type: Improvement Components: Rust, Rust - DataFusion Reporter: Andy Grove Assignee: Andy Grove
I added a dependency to serde_json early on so that I could serialize logical query plans because I wanted a way to pass them between processes. However, this was just a short term hack and is non-standard. I would like to remove this now. I am now using gRPC in another project and serializing plans that way based on the Gandiva protobuf def. I will start a discussion on the mailing list in the next 1-2 weeks about pushing some changes into the Arrow repo related to this. -- This message was sent by Atlassian JIRA (v7.6.14#76016)