fix(enterprise): correct FUTURE/PAST LIMIT docs for v1.12.2#6947
Merged
jstirnaman merged 1 commit intoworktree-jts-fix-unpublish-ent-1.12.3from Mar 14, 2026
Merged
Conversation
…loses #6590) The correct InfluxQL syntax has always been FUTURE LIMIT before PAST LIMIT. The old docs incorrectly showed PAST before FUTURE in grammar definitions, examples, and section ordering. Also fixes a broken glossary anchor link for replication factor and adds missing production rule definitions to the spec.
Contributor
|
Contributor
Preview Pages for Review2 page(s) changed in this PR: Preview URLs@github-copilot please review the preview pages listed above using the template below: Visual Review PromptReview the rendered documentation pages at the preview URLs listed below. ChecklistFor each preview URL, verify:
OutputFollow the shared review comment format, severity definitions, and label Adapt the "Files Reviewed" section to list preview URLs instead of file Preview URLs |
This was referenced Mar 14, 2026
48acce4
into
worktree-jts-fix-unpublish-ent-1.12.3
9 of 10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spec.md(CREATE DATABASE, CREATE RETENTION POLICY) to match actual parser behaviorretention_future_limitandretention_past_limitproduction rule definitions to the specmanage-database.mdto match syntax order#replication-factor→#replication-factor-rfCloses #6590
Stacked on #6945