andygrove commented on issue #13702:
URL: https://github.com/apache/datafusion/issues/13702#issuecomment-2528185143

   We can't just derive PartialEq for expressions that contain other 
expressions due to https://github.com/rust-lang/rust/issues/78808:
   
   ```
   error[E0507]: cannot move out of `other.child` which is behind a shared 
reference
     --> spark-expr/src/list.rs:49:5
      |
   47 | #[derive(Debug, Hash, PartialEq, Eq)]
      |                       --------- in this derive macro expansion
      ```
      
   We have to implement `PartialEq` manually instead.


-- 
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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to