paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[flink] Support lookup join of partial-update and no changelog dim table

Open discivigour opened this issue 1 year ago • 1 comments

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

discivigour avatar Aug 23 '24 09:08 discivigour

I think this is duplicate with #3868

xiangyuf avatar Sep 18 '24 16:09 xiangyuf

I think this is duplicate with #3868

It is not the same, this PR aims to support all types.

JingsongLi avatar Nov 04 '24 07:11 JingsongLi

I think we should unify this feature to DynamicPartitionLoader to keep code simple.

JingsongLi avatar Nov 04 '24 07:11 JingsongLi

Close this first to find final solution.

JingsongLi avatar Nov 04 '24 07:11 JingsongLi