docs(influxql): restore ordering caution for FUTURE/PAST LIMIT on versions prior to v1.12.3#6944
Closed
docs(influxql): restore ordering caution for FUTURE/PAST LIMIT on versions prior to v1.12.3#6944
Conversation
…1.12.3 Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add caution callout about InfluxQL future and past limits
docs(influxql): restore ordering caution for FUTURE/PAST LIMIT on versions prior to v1.12.3
Mar 14, 2026
jstirnaman
approved these changes
Mar 14, 2026
Contributor
jstirnaman
left a comment
There was a problem hiding this comment.
I'll merge this into the v1.12.3 redo (delaying Ent publish until GA) and update it there.
Contributor
|
Closing — the caution notes were incorrect. The correct InfluxQL syntax has always been FUTURE LIMIT before PAST LIMIT. The v1.12.3 fix addresses Enterprise meta-node recording, not parser syntax order. See #6945 review comments. |
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.
PR #6872 corrected the
FUTURE LIMIT/PAST LIMITclause order in the docs to match the v1.12.3 fix, but left no warning for users still on older versions where the reversed order (PAST LIMITbeforeFUTURE LIMIT) is required.Changes
content/influxdb/v1/query_language/spec.md— Adds[!Caution]after the existing ordering[!Note]in bothCREATE DATABASEandCREATE RETENTION POLICYgrammar sections, directing users on pre-v1.12.3 to use the old order and linking to the v1.12.3 release notes.content/enterprise_influxdb/v1/query_language/spec.md— Same cautions, but without an upgrade suggestion since Enterprise v1.12.3 is not yet GA.Each affected grammar block now reads:
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.