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

feat(stdlib): expose aggregate window spec fields for use by the planner #4733

Merged
merged 1 commit into from
May 10, 2022

Conversation

jsternberg
Copy link
Contributor

@jsternberg jsternberg commented May 10, 2022

This exposes some of the fields in the aggregate window spec so that planner rules outside of the universe package have access to the attributes and can make planner decisions. Before, only rules defined in the universe package would have access to these fields so it would be impossible to write a planner rule that references this procedure spec.

Done checklist

  • docs/SPEC.md updated
  • Test cases written

@jsternberg jsternberg requested a review from a team as a code owner May 10, 2022 20:32
@jsternberg jsternberg requested review from wolffcm and removed request for a team May 10, 2022 20:32
@jsternberg jsternberg merged commit cd0d292 into master May 10, 2022
@jsternberg jsternberg deleted the feat/aggregate-window-expose-fields branch May 10, 2022 21:00
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.

2 participants