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

over expr: Pass outer vars into batches #5079

Merged
merged 1 commit into from
Mar 19, 2024
Merged

over expr: Pass outer vars into batches #5079

merged 1 commit into from
Mar 19, 2024

Conversation

mattnibs
Copy link
Collaborator

@mattnibs mattnibs commented Mar 18, 2024

This commit fixes a bug in over expressions where outer variables were not getting propagated to batches in the inner scope.

Closes #5077

@mattnibs mattnibs requested a review from a team March 18, 2024 20:23
@mattnibs mattnibs force-pushed the over-expr-vars branch 2 times, most recently from dd7485e to 10876df Compare March 18, 2024 20:25
@mattnibs mattnibs changed the title over expr: Passing outer vars into batches over expr: Pass outer vars into batches Mar 18, 2024
This commit fixes a bug in over expressions where outer scope variables
were not getting propagated to batches in the inner scope.

Closes #5077
@mattnibs mattnibs merged commit 3e5febe into main Mar 19, 2024
3 checks passed
@mattnibs mattnibs deleted the over-expr-vars branch March 19, 2024 17:24
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.

Panic when using "over" in an expression context
2 participants