Slackbot
05/25/2023, 10:40 AMAbhishek Balaji Radhakrishnan
05/26/2023, 4:39 AMquantilesDoublesSketchToQuantile
and I do see druid-datasketches
extension in the load list which houses all the sketch-related aggregators and post-aggregators. The error says that you can only have aggregators of those specific types (and no post-aggregators).
Going back to your question, are you specifying the post aggregator during ingestion time or query time? I don’t think you can specify them at ingestion time. Also, are name
and fieldName
correct? (they seem to have spaces in them). Please see https://druid.apache.org/docs/latest/querying/post-aggregations.html on how to use post aggregators. Hope that helpsAbhishek Agarwal
06/02/2023, 4:17 AMquantilesDoublesSketchToQuantile
. What made you try that out? is that something we say in the docs?Abhishek Balaji Radhakrishnan
06/02/2023, 4:51 AMquantilesDoublesSketchToQuantile
in the post-aggregators section here: https://druid.apache.org/docs/latest/development/extensions-core/datasketches-quantiles.html#quantileAbhishek Agarwal
06/02/2023, 5:03 AM