jecsand838 commented on code in PR #8595:
URL: https://github.com/apache/arrow-rs/pull/8595#discussion_r2430085417


##########
arrow-avro/src/schema.rs:
##########
@@ -428,25 +434,29 @@ impl AvroSchema {
         build_canonical(schema, None)
     }
 
-    /// Build Avro JSON from an Arrow [`ArrowSchema`], applying the given 
null‑union order.
+    /// Build Avro JSON from an Arrow [`ArrowSchema`], applying the given 
null‑union order and optionally stripping internal Arrow metadata.

Review Comment:
   Oh yeah completely understand. In fact that was a motivation for this change 
actually. This setting to strip out the metadata is only used prior to writing 
the Avro schema to an OCF file and it's not publicly accessible outside of the 
crate.



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