paimon
paimon copied to clipboard
[flink] Support lookup join of partial-update and no changelog dim table
Purpose
When doing lookup join, current code doesn't support joining dim table with 'merge-engine' = 'partial-update' and 'changelog-producer'='none'". This commit support this function.
Tests
- LookupJoinITCase
API and Format
Documentation
I think this is duplicate with #3868
I think this is duplicate with #3868
It is not the same, this PR aims to support all types.
I think we should unify this feature to DynamicPartitionLoader to keep code simple.
Close this first to find final solution.