HeWhoHeWho commented on PR #1221:
URL: 
https://github.com/apache/datafusion-python/pull/1221#issuecomment-3247686742

   Hi, thanks for the PR.
   
   One thing to check, `lit()` or `literal()` will remain _flexible_ as below 
right?
   `df.filter(col('A') > 123)` or `df.filter(col('B') == 'Jack'`
   This behaviour is allowed in Polars, hence checking if the same applies for 
DataFusion.


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to