airbnb / chronon

Chronon is a data platform for serving for AI/ML applications.
Apache License 2.0
717 stars 44 forks source link

fix: left table hash mismatch #761

Closed donghanz closed 4 months ago

donghanz commented 4 months ago

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

Reviewers

@ezvz