You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/06/15 13:57:37 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #6677: `Debug` impl `Expr` is lossy

alamb commented on issue #6677:
URL: https://github.com/apache/arrow-datafusion/issues/6677#issuecomment-1593124715

   I believe there was some historical reason for this but I can't recall the exact details
   
   I suggest we try:
   1. Move the current implementation of `impl Debug` to `impl Display` (as it is needed for naming columns)
   2. Use an automatic `#[derive(Debug)]` for Expr as suggested by @crepererum 


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

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