[HUDI-3103] Enable MultiTableDeltaStreamer to update a single target table from multiple source tables.#4637
[HUDI-3103] Enable MultiTableDeltaStreamer to update a single target table from multiple source tables.#4637watermelon12138 wants to merge 1 commit intoapache:masterfrom watermelon12138:SupportForMultiSource
Conversation
…table from multiple source tables.
nsivabalan
left a comment
There was a problem hiding this comment.
I haven't taken a detailed look at the patch. But seems like we are making changes to DeltaSync to be aware of multiple sources/tables.
I would prefer if we keep DeltaSync not aware of multiple tables. It is meant to read from single source and write to single hudi table.
|
@nsivabalan |
|
oh I see. my bad, I did not look closely. sorry about that. We can keep it open. give me a day or two. I will take a detailed look and leave comments. |
|
What is the purpose of the pull request
The purpose of pull request is to update a single target table from multiple source tables.
Brief change log