@User specifically, do you mean that the NULL values are currently not supported for both the dimension and metric columns when generating the star tree?
We have a use case where we have a metric column that occasionally has NaN/NULL values. But we want to compute pre-aggregate PERCENTILE_EST for that column (specified in functionColumnPairs in the star tree config) and have it skip over the null values.
Thanks!