- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently the plan shows the operators using the name instead of symbol. A readability improvement would be to use the operators symbols instead.
Old
Filter: #SUM(c) Gt Int64(10) And #b Gt Int64(10) And #SUM(c) Lt Int64(20)
New
Filter: #SUM(c) > Int64(10) AND #b > Int64(10) AND #SUM(c) < Int64(20)
Describe the solution you'd like
Change the Debug implementation to use Display for the  operator + fix the tests (74 tests need to be updated).
Describe alternatives you've considered
Additional context
FYI @alamb
jorgecarleitao and lvheyang
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
