waynexia commented on PR #5832:
URL: https://github.com/apache/arrow-rs/pull/5832#issuecomment-2143689107

   I run into this on migrating interval types in datafusion. `AddAssign` and 
`SubAssign` are required 
[here](https://github.com/apache/datafusion/blob/1db3263497532fda5167386781755463f53c00a4/datafusion/expr/src/interval_arithmetic.rs#L1018)
   
   ```rust
   fn increment_decrement<const INC: bool, T: OneTrait + SubAssign + 
AddAssign>()
   ```


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