LakshSingla commented on issue #14800: URL: https://github.com/apache/druid/issues/14800#issuecomment-1675376517
In case someone does pick up the task, I looked into the code, and there seem to be 2 places where the modifications would lie: 1. Allowing SQL function to accept the timestamp arrays. 2. Making the aggregator work with the arrays - currently it is working correctly with any types, (even though the SQL only allows timestamp, we can bypass it by using native queries directly), however changing to an array seems to return an incorrect result. -- 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]
