[HUDI-6563] Supports flink lookup join#9228
Conversation
|
@hudi-bot run azure |
|
Thanks for the contribution @waywtdcc , can you explain in high level how the hudi table is loaded and what is the refresh strategy of the table ? |
The FileSystemLookupFunction of flink is reused here. |
|
@hudi-bot run azure |
You mean Flink itself would take care of the data fresh. |
|
@danny0405 hello? |
|
@waywtdcc Hi, can you rebase with the latest master and I will take a look of this PR. |
2e76abc to
28351cb
Compare
8d29905 to
5292c26
Compare
d1a5bab to
ab86410
Compare
ab86410 to
5f38864
Compare
Change Logs
Supports flink lookup join
can use
This is basically the same as hive's lookup principle. Cache the hudi table data into the memory, set the ttl time, and read it with lookup
Impact
Supports flink lookup join
Risk level (write none, low medium or high below)
low
Contributor's checklist