ctsk commented on PR #15990:
URL: https://github.com/apache/datafusion/pull/15990#issuecomment-2867591550

   No, there's no particular issue motivating this change. I just think it's 
good practice to not have enum variants differ in size so much. In addition, 
`SchemaError::FieldNotFound` already boxes a field of type `Column`.
   
   Clippy has a lint that is not quite yet triggered: 
[clippy::result_large_err](https://rust-lang.github.io/rust-clippy/master/#result_large_err)


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