influxdata / influxdata/influxdb
2.7.10 may have a bug about function limit()
Open
area/2.x
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
I can find 532 pieces of data

but when i used limit(n:20, offset: 530) i got a panic :index out of range

Contributor guide
Research direction
Start by reproducing the panic in InfluxDB 2.7.10 with the reported limit(n:20, offset:530) query against the 532-record result. Inspect the limit() entry point and capture the full query and stack trace; done means the same query completes without an index-out-of-range panic.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100