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.47k stars 969 forks source link

[flink] Remove scan.push-down support which should be supported by Flink #4224

Closed JingsongLi closed 2 months ago

JingsongLi commented 2 months ago

Purpose

The scan.push-down makes source codes very complicate, it should be supported by Flink SQL instead of Paimon.

In this PR, we remove it, if the user have requirement, he should ask Flink community to support this.

Tests

API and Format

Documentation

wwj6591812 commented 2 months ago

+1