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

context: delay the data updating in insert_data #40

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Conversation

Nouzan
Copy link
Owner

@Nouzan Nouzan commented Oct 6, 2023

Delay data updating in insert_data and insert

We should calculate the next data first but insert it after the inner operator is applied. For the operator is always assuming that the same data extracted from the input should be the same during the whole evaluation.

If we were to insert the data immediately, with two identical date-updating operators in the layers, the later operator may produce a different data value since the input data may have been updated by the previous one.

@Nouzan Nouzan force-pushed the t-delay-data-update branch from fc76ba2 to 03a31c9 Compare October 6, 2023 12:01
@Nouzan Nouzan merged commit a8920ed into main Oct 6, 2023
@Nouzan Nouzan deleted the t-delay-data-update branch October 6, 2023 12:46
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.

1 participant