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: support schema validate in remote write #1256

Merged

Conversation

ShiKaiWi
Copy link
Member

Rationale

The schema must be ensured to be correct during the remote write rpc call. Howerver, such check is missing now.

Detailed Changes

Introduce schema version check during remote write rpc call.

Test Plan

Add a new integration test for it.

@ShiKaiWi ShiKaiWi force-pushed the feat-support-check-schema-for-remote-write branch from aeabd22 to 14be627 Compare October 10, 2023 13:42
}
);
}
Ok(())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a newline before.

Copy link
Contributor

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShiKaiWi ShiKaiWi force-pushed the feat-support-check-schema-for-remote-write branch from 26f1d04 to 50df8b8 Compare October 12, 2023 04:10
@ShiKaiWi ShiKaiWi merged commit 7abf8c6 into apache:main Oct 12, 2023
6 of 7 checks passed
@ShiKaiWi ShiKaiWi deleted the feat-support-check-schema-for-remote-write branch October 12, 2023 08:16
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.

None yet

2 participants