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


##########
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:
   I don't think you need to being in `Enum` for this.
   
   ```suggestion
   use crate::schema::{Attributes, ComplexType, PrimitiveType, Record, Schema, 
TypeName};
   ```



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

Reply via email to