gabotechs commented on issue #22587:
URL: https://github.com/apache/datafusion/issues/22587#issuecomment-4572186455

   After some more thoughtful review, I think we are good here, what 
@neilconway did in https://github.com/apache/datafusion/pull/20426 actually 
yields an improvement: erroring out at planning time rather than returning 
incorrect results.
   
   Unless we think it's a good idea to somehow smartly rewrite 
`CAST('2013-07-01' AS UInt16)` as `CAST(CAST('2013-07-01' AS Date) AS UInt16)` 
(like ClickHouse apparently does), I think we are good with just closing this 
issue.


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