Skip to content

Commit 0ba60f7

Browse files
Copilotjstirnaman
andauthored
Add v1.12.2 limitation callout for PAST LIMIT and FUTURE LIMIT (#6607)
* Initial plan * Add v1.12.2 FUTURE LIMIT and PAST LIMIT callouts Co-authored-by: jstirnaman <[email protected]> * fix(v1): Remove patch from Enterprise v1 name * fix(ent1): Remove version from `PAST LIMIT` and `FUTURE LIMIT` callout --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jstirnaman <[email protected]> Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 5402a0a commit 0ba60f7

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

content/enterprise_influxdb/v1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aliases:
66
- /enterprise/v1.11/
77
menu:
88
enterprise_influxdb_v1:
9-
name: InfluxDB Enterprise v1.11
9+
name: InfluxDB Enterprise v1
1010
weight: 1
1111
---
1212

content/enterprise_influxdb/v1/query_language/manage-database.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ For example, if a write request tries to write data to a retention policy with a
317317
`PAST LIMIT 6h` and there are points in the request with timestamps older than
318318
6 hours, those points are rejected.
319319

320+
> [!Important]
321+
> `PAST LIMIT` cannot be changed after it is set.
322+
> This will be fixed in a future release.
323+
320324
##### `FUTURE LIMIT` {metadata="v1.12.0+"}
321325

322326
The `FUTURE LIMIT` clause defines a time boundary after and relative to _now_
@@ -328,6 +332,10 @@ For example, if a write request tries to write data to a retention policy with a
328332
`FUTURE LIMIT 6h` and there are points in the request with future timestamps
329333
greater than 6 hours from now, those points are rejected.
330334

335+
> [!Important]
336+
> `FUTURE LIMIT` cannot be changed after it is set.
337+
> This will be fixed in a future release.
338+
331339
##### `DEFAULT`
332340

333341
Sets the new retention policy as the default retention policy for the database.

content/influxdb/v1/query_language/manage-database.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ For example, if a write request tries to write data to a retention policy with a
318318
`PAST LIMIT 6h` and there are points in the request with timestamps older than
319319
6 hours, those points are rejected.
320320

321+
> [!Important]
322+
> `PAST LIMIT` cannot be changed after it is set.
323+
> This will be fixed in a future release.
324+
321325
##### `FUTURE LIMIT` {metadata="v1.12.0+"}
322326

323327
The `FUTURE LIMIT` clause defines a time boundary after and relative to _now_
@@ -329,6 +333,10 @@ For example, if a write request tries to write data to a retention policy with a
329333
`FUTURE LIMIT 6h` and there are points in the request with future timestamps
330334
greater than 6 hours from now, those points are rejected.
331335

336+
> [!Important]
337+
> `FUTURE LIMIT` cannot be changed after it is set.
338+
> This will be fixed in a future release.
339+
332340
##### `DEFAULT`
333341

334342
Sets the new retention policy as the default retention policy for the database.

0 commit comments

Comments
 (0)