yongkyunlee commented on code in PR #8046: URL: https://github.com/apache/arrow-rs/pull/8046#discussion_r2255381794
########## arrow-avro/src/codec.rs: ########## @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -use crate::schema::{Attributes, ComplexType, PrimitiveType, Record, Schema, TypeName}; +use crate::schema::{Attributes, ComplexType, Enum, PrimitiveType, Record, Schema, TypeName}; Review Comment: Good point. Removing this import and cleaning up relevant unneeded code. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org