comphead commented on PR #5511:
URL: 
https://github.com/apache/arrow-datafusion/pull/5511#issuecomment-1460450347

   looks great, just wondering should we also preserve old syntax in tests?
   
   like 
   ```
    let expr_a = binary_expr(col("c2"), Operator::Multiply, lit(0));
               let expr_b = binary_expr(lit(0), Operator::Multiply, col("c2"));
   ``` 
   
   If this syntax is not deprecated, it should probably be tested as well?


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