apache / doris-flink-connector

Flink Connector for Apache Doris
https://doris.apache.org/
Apache License 2.0
330 stars 227 forks source link

[Bug] SupportsFilterPushDown produces incorrect results when merging the result sets of different filter conditions on the same table #478

Closed MaoMiMao closed 2 months ago

MaoMiMao commented 2 months ago

Search before asking

Version

all

What's Wrong?

After running different filter conditions separately on the same table and merging the two results with UNION ALL, a concatenation error occurred when applying the filterdown condition.

Exmaple: image

Generated filtered sql

image

What You Expected?

operating normally

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct