jklamer commented on a change in pull request #1602:
URL: https://github.com/apache/avro/pull/1602#discussion_r829139256



##########
File path: lang/rust/avro/src/schema.rs
##########
@@ -259,56 +263,62 @@ impl Name {
     }
 
     /// Parse a `serde_json::Value` into a `Name`.
-    fn parse(complex: &Map<String, Value>) -> AvroResult<Self> {
+    pub fn parse(complex: &Map<String, Value>) -> AvroResult<Self> {

Review comment:
       Ahh this is an artifact of me trying to solve the issue I made the jira 
issue for. Will revert 




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


Reply via email to