NikitaElmanov commented on issue #12699: URL: https://github.com/apache/druid/issues/12699#issuecomment-1165193201
@suneet-s hi! Forgot to mention I use 0.22.1 druid version and sla has double type. Your advice is not working. I've got output: _Error: Plan validation failed org.apache.calcite.runtime.CalciteContextException: From line 32, column 3 to line 32, column 32: No match found for function signature APPROX_QUANTILES_DS(<NUMERIC>, <NUMERIC>) org.apache.calcite.tools.ValidationException_ Also I tried DS_GET_QUANTILE(sla, 0.99) instead of APPROX_QUANTILES_DS(sla, 0.99) and got the same error( -- 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]
