Lordworms commented on PR #10746:
URL: https://github.com/apache/datafusion/pull/10746#issuecomment-2143521312

   > I guess I should have added more examples in #10743. So I would argue that 
it would be better if the following expressions produced equivalent results:
   > 
   > 1. SELECT '12345'::VARCHAR(2)
   > 2. SELECT s::VARCHAR(2) FROM (VALUES ('12345')) t(s)
   > 3. SELECT s::VARCHAR(2) FROM vals
   > 
   > But this PR only addresses the first case.
   
   Sure, I'll add that then.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to