paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[flink][lookup] Support async refresh of lookup table

Open FangYongs opened this issue 1 year ago • 0 comments

Purpose

Linked issue: close #3295

This PR aims to add async refresh of lookup table to avoid lag in job when the lookup operator is blocked by refresh data from table store

Tests

  1. Updated existing test for refresh async in FileStoreLookupFunctionTest
  2. Added LookupTableTest#testPKLookupTableRefreshAsync for refresh async

API and Format

no

Documentation

no

FangYongs avatar May 06 '24 08:05 FangYongs