martin-g commented on code in PR #433:
URL: https://github.com/apache/avro-rs/pull/433#discussion_r2722952533
##########
avro/src/serde/derive.rs:
##########
@@ -0,0 +1,450 @@
+use crate::Schema;
Review Comment:
Missing license
##########
avro_derive/tests/derive.rs:
##########
@@ -17,10 +17,8 @@
use apache_avro::{
Reader, Schema, Writer, from_value,
- schema::{
- Alias, AvroSchema, AvroSchemaComponent, EnumSchema, FixedSchema, Name,
Names, Namespace,
- RecordSchema,
- },
+ schema::{Alias, EnumSchema, FixedSchema, Name, Names, Namespace,
RecordSchema},
+ serde::{AvroSchema, AvroSchemaComponent},
Review Comment:
Those are also exported in the root (`apache_avro::AvroSchema`).
--
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]