apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.44k stars 959 forks source link

[Feature] Add AlwaysTrue and AlwaysFalse predicate for paimon #1180

Closed zhangjun0x01 closed 1 year ago

zhangjun0x01 commented 1 year ago

Search before asking

Motivation

Add AlwaysTrue and AlwaysFalse predicate for paimon so that we can deal some sql like select * from mytable where 1=1

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

yuxuan-luo commented 1 year ago

i want to pick it