alamb opened a new issue, #2827:
URL: https://github.com/apache/arrow-datafusion/issues/2827

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   For logical expressions, you can create them using syntax like `lit("foo")`
   
   However for physical expressions, you need to use the much more verbose 
syntax of `lit(ScalarValue::Utf8(Some("foo")))`
   
   It would be nice to implement the same thing for physical expressions
   
   
   **Describe the solution you'd like**
   allow `lit("foo")` and equivalent for physical expressions
   
   **Describe alternatives you've considered**
   N/A
   
   **Additional context**
   Inspired by this comment: 
https://github.com/apache/arrow-datafusion/pull/2819#discussion_r912346898
   


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