Search before asking
Version
Doris 2.0
What's Wrong?
the same query but multiple result ,
multiple result repeat when use same query
And source data not have Incremental ,
i found maybe because of when use select conditions is bool
e.g.
select count(*) from table where bool_field = false

What You Expected?
same result
How to Reproduce?
i dont know how Reproduce。 but can provide sql
sql:
SELECT count(DISTINCT TrackItemId) FROM dwd.dwd_tracking_trackpoint
WHERE TrackPointStatusId =700020 AND is_deleted =0
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct