aleksi75 commented on issue #15563: URL: https://github.com/apache/druid/issues/15563#issuecomment-1856111217
I also tried the above example: SELECT datasource, round(avg(size)/1024/1024) as size_mb FROM sys.segments group by datasource Druid 27: works Druid 28: Error: RUNTIME_FAILURE (OPERATOR), cannot translate call ROUND($t7) Maybe there is a 'connection' with the issue I created: https://github.com/apache/druid/issues/15562 -- 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]
