Ethan Huang
08/31/2022, 3:15 PMvalue > 0
but got results with value = 0
Is this an issue or should I make some special configuration to avoid this?
The query is:
select clock, value from application_metrics where metric = 'successCount' and statistic='duration' and value > 0 limit 10
clock
is a time column with TIMESTAMP type and value
is a metric column with DOUBLE type, the others are dimension columns. The pinot version is 0.11.0-SNAPSHOT and built form source with last commit hash 561e471a86278e0e486cd9e602f8499fc8f8517c
I also ran this query using the broker query api, and also got the wrong results.
Screenshots from the pinot UI and rest api tool are attached.
Thank you very much!Mayank
Ethan Huang
08/31/2022, 3:26 PM0.0
Mayank
Ethan Huang
08/31/2022, 3:29 PMEthan Huang
08/31/2022, 3:39 PMMayank
saurabh dubey
08/31/2022, 3:50 PMMayank