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.43k stars 957 forks source link

[flink] Lookup source should ignore scan options #4383

Closed yuzelin closed 3 weeks ago

yuzelin commented 4 weeks ago

Purpose

lookup.dynamic-partition will create DynamicPartitionLoader, it will use scan options to load data. But dim table should ignore scan options.

Tests

API and Format

Documentation

wwj6591812 commented 4 weeks ago

Please add a description to this PR. Thx Why submit this PR and what is the background?

JingsongLi commented 3 weeks ago

We need 1. Description 2. Test.