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

MQE: introduce series metadata function type #9558

Merged
merged 4 commits into from
Oct 14, 2024

Conversation

charleskorn
Copy link
Contributor

@charleskorn charleskorn commented Oct 8, 2024

What this PR does

This PR is a follow up to #9553.

It introduces a new type, SeriesMetadataFunctionDefinition, which contains both the function itself as well as the NeedsSeriesDeduplication flag.

This should make it impossible in the future to forget to set NeedsSeriesDeduplication when using DropSeriesName.

I don't love that we have a SeriesMetadataFunctionDefinition and a SeriesMetadataFunc type now, open to other ideas for better names.

Which issue(s) this PR fixes or relates to

#9553

Checklist

  • [n/a] Tests updated.
  • [n/a] Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • [n/a] about-versioning.md updated with experimental features.

@charleskorn charleskorn force-pushed the charleskorn/mqe-functions branch from d840e92 to 3a56b06 Compare October 8, 2024 05:06
@charleskorn charleskorn marked this pull request as ready for review October 8, 2024 05:10
@charleskorn charleskorn requested a review from a team as a code owner October 8, 2024 05:10
@charleskorn charleskorn enabled auto-merge (squash) October 14, 2024 00:48
@charleskorn charleskorn merged commit 7423f25 into main Oct 14, 2024
29 checks passed
@charleskorn charleskorn deleted the charleskorn/mqe-functions branch October 14, 2024 02:39
@jhesketh jhesketh mentioned this pull request Dec 2, 2024
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