Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
May 22, 2024

Conversation

FangYongs
Copy link
Contributor

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 FangYongs force-pushed the 3295-async-refresh-lookup-table branch from 696c0d8 to 7f2a799 Compare May 11, 2024 07:01
@FangYongs FangYongs force-pushed the 3295-async-refresh-lookup-table branch from 7f2a799 to 56e036e Compare May 16, 2024 02:27
@FangYongs FangYongs force-pushed the 3295-async-refresh-lookup-table branch from 1e7acad to f243c72 Compare May 22, 2024 05:25
Copy link
Contributor

@liming30 liming30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@FangYongs FangYongs merged commit ab07e6f into apache:master May 22, 2024
10 checks passed
sunxiaojian pushed a commit to sunxiaojian/paimon that referenced this pull request May 28, 2024
* [flink][lookup] Support async refresh of lookup table
joyCurry30 pushed a commit to joyCurry30/paimon that referenced this pull request May 30, 2024
* [flink][lookup] Support async refresh of lookup table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Support async refresh of lookup table
2 participants