walterddr commented on issue #12106: URL: https://github.com/apache/pinot/issues/12106#issuecomment-1844198997
The 2 issues are not exactly the same be related. The fundamental issue is that the function signature in calcite is strongly typed where as in v1 it is more adaptive and thus it is executing the implicit conversion between timestamp and bigint. (Note the problem is with the >= operator not the fromdatetime function itself, unlike the other issue) A proper fix would require to consolidate the function registries and unifies the behavior At this time, to make query work it require a CAST fromdatetime... AS BIGINT) -- 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]
