An open-source, cloud-native, unified time series database for metrics, logs and events with SQL/PromQL supported. Available on GreptimeCloud.
4.36k
stars
315
forks
source link
the result of COUNT(DISTINCT <expression>) is incorrect in range query #5014
Closed
0neSe7en closed 1 week ago
What type of bug is this?
Incorrect result
What subsystems are affected?
Query Engine
Minimal reproduce step
use the data from "quick-start" document.
execute the following SQL
What did you expect to see?
What did you see instead?
which is the same as the result of
the following SQL is correct
What operating system did you use?
doesn't matter
What version of GreptimeDB did you use?
0.9.5
Relevant log output and stack trace
No response