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

fix: Ensure tags are never null #25680

Merged
merged 2 commits into from
Dec 18, 2024
Merged

fix: Ensure tags are never null #25680

merged 2 commits into from
Dec 18, 2024

Conversation

pauldix
Copy link
Member

@pauldix pauldix commented Dec 18, 2024

This injects empty strings into tags for any rows in the buffer where the tag value is null. This is required because the tags are what make up the series key, which must have all non-null values.

There is an ongoing discussion about what the real behavior should be here, but for now this will get our users running that break without this behavior. Discussion is in #25674.

Fixes #25648

This injects empty strings into tags for any rows in the buffer where the tag value is null. This is required because the tags are what make up the series key, which must have all non-null values.

There is an ongoing discussion about what the real behavior should be here, but for now this will get our users running that break without this behavior. Discussion is in #25674.

Fixes #25648
@pauldix pauldix added the v3 label Dec 18, 2024
@pauldix pauldix marked this pull request as ready for review December 18, 2024 20:03
@pauldix pauldix requested a review from hiltontj December 18, 2024 20:04
@hiltontj
Copy link
Contributor

Clippy is not happy, otherwise looks good.

@pauldix pauldix merged commit 5657640 into main Dec 18, 2024
13 checks passed
@pauldix pauldix deleted the pd/fix-null-tags branch December 18, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queries fail with Column is declared as non-nullable but contains null values
2 participants