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

fix: left table hash mismatch #761

Merged
merged 1 commit into from May 13, 2024
Merged

fix: left table hash mismatch #761

merged 1 commit into from May 13, 2024

Conversation

donghanz
Copy link
Member

Summary

source in the compute_left_table is overwritten in the join part task, resulting in a change in left_source hash
To fix this issue, we compare the hash first and then overwrite the left source. This should ensure that left_source hash is not modified unexpectedly.

Test Plan

  • Covered by existing CI
  • Integration tested

Reviewers

@ezvz

@donghanz donghanz merged commit 34a7849 into main May 13, 2024
6 checks passed
@donghanz donghanz deleted the dh-fix-left-hahs branch May 13, 2024 17:23
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.

None yet

3 participants