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

Implement Delta Join Interfaces for LakeSoulTable #184

Merged
merged 5 commits into from
Apr 7, 2023
Merged

Conversation

YuChangHui
Copy link
Contributor

@YuChangHui YuChangHui commented Mar 27, 2023

  1. How to use delta join interfaces?
    Delta join interfaces are used by result table. After one or more source tables upserted, result table can use delta join interfaces to join and update itself.
  2. Unit Test
    Run unit tests with two source tables upsert. Result table will join and update itself after one or both source tables upsert one or more times. Unit tests passed.

Close #169

@Ceng23333 Ceng23333 added enhancement New feature or request spark spark support into lakesoul labels Mar 28, 2023
@xuchen-plus xuchen-plus added this to In progress in Stream Pipeline via automation Apr 7, 2023
@xuchen-plus xuchen-plus merged commit 6c08c3d into main Apr 7, 2023
Stream Pipeline automation moved this from In progress to Done Apr 7, 2023
@xuchen-plus xuchen-plus deleted the dev/delta_join branch April 7, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request spark spark support into lakesoul
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Spark] Add support for non-pk upsert
3 participants