crepererum opened a new pull request, #5387:
URL: https://github.com/apache/arrow-datafusion/pull/5387

   # Which issue does this PR close?
   Found while working on #4695.
   
   # Rationale for this change
   Broken display code makes debugging and testing hard.
   
   # What changes are included in this PR?
   - `TryCast` should display as `TRY_CAST`, not as `CAST`
   - `BinaryExpr` should use parenthesis
   
   # Are these changes tested?
   - fix the two display bugs mentioned above
   - move `precedence` from logical binary expression to `Operator`, so I can 
reuse this in the phys. expr. display code
   
   # Are there any user-facing changes?
   Slight changes in debug outputs.
   
   **Breaking:** `BinaryExpr::precedence` is gone


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