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

Modify cost updates to be more extension friendly #1113

Merged

Conversation

TristonianJones
Copy link
Collaborator

@TristonianJones TristonianJones commented Jan 28, 2025

Modify cost updates to be more extension friendly

  • Revert scalar designation for type and null values
  • Revert type size estimation to defer to caller first

While the majority of the cost estimation updates remain
in place, the two changes above ensure maximum compat
with Kubernetes.

In future updates, the cost estimation will be versioned
just like all other library updates.

Closes #1114

* Revert scalar designation for type and null values
* Revert type size estimation to defer to caller first
@TristonianJones TristonianJones merged commit d8351df into google:master Jan 28, 2025
2 checks passed
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.

Cost tracking in v0.23.0 changes call order for estimations
2 participants