askoa commented on issue #3086:
URL: https://github.com/apache/arrow-rs/issues/3086#issuecomment-1315404210

   I removed `Ord` and `PartialOrd` from `field.rs` and get below errors. I 
just made the PR `Ready for review` with just removing `Option`
   
        "message": "the trait bound `Field: Ord` is not satisfied\nrequired for 
`Vec<Field>` to implement `Ord`",
   
        "message": "can't compare `field::Field` with `field::Field`\nthe trait 
`PartialOrd` is not implemented for `field::Field`\nrequired for 
`Box<field::Field>` to implement `PartialOrd`",
   


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