You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/12/08 09:21:32 UTC

[GitHub] [ignite-3] korlov42 commented on pull request #1418: IGNITE-18282: Illegal use of dynamic parameter exception in SQL functions

korlov42 commented on PR #1418:
URL: https://github.com/apache/ignite-3/pull/1418#issuecomment-1342335854

   looks like this patch fixes only a case when all params are of proper kind, and don't respect the rules of implicit casting. Besides, such an inference violates the SQL standard: for sum of 2 ints I've got BigDecimal as result.
   
   I think, more research is needed here


-- 
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: notifications-unsubscribe@ignite.apache.org

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