Skip to content

[Bug] the same query but multiple result ,and this multiple result repeat when use same query #28167

@linzhicong1996

Description

@linzhicong1996

Search before asking

  • I had searched in the issues and found no similar issues.

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

image

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions