You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing error when using the percentile function: HTTP status code: 400; Message: error @5:5-5:15: undefined identifier percentile
After some investigation, it looks like in Flux the percentile function is renamed (changed) to quantile and Flux queries that are generated with influxdb-client-java using percentile function are no longer valid:
Specifications:
I am experiencing error when using the percentile function:
HTTP status code: 400; Message: error @5:5-5:15: undefined identifier percentile
After some investigation, it looks like in Flux the
percentile
function is renamed (changed) toquantile
and Flux queries that are generated with influxdb-client-java using percentile function are no longer valid:Percentile function doc in influxdb-client-java:
https://github.com/influxdata/influxdb-client-java/tree/master/flux-dsl#percentile
Quantile function in Flux doc:
https://github.com/influxdata/flux/blob/master/docs/SPEC.md#quantile-selector
Please review my findings above. I am also happy to fix this with Pull Request.
The text was updated successfully, but these errors were encountered: