jayzhan211 commented on PR #15202:
URL: https://github.com/apache/datafusion/pull/15202#issuecomment-2721213988

   This query is tricky.
   
   `SELECT to_date('21311111');`
   
   If we treat `'21311111'` as int, we need to allow integer for `to_date`, but 
if we pass real integer to `to_date` it should be rejected. We don't have the 
nice way to differentiate numeric string literal and numeric
   
   


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