influxdata / influxdata/influxdb
How can i delete measurement with special character
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
`SHOW MEASUREMENTS WITH MEASUREMENT = "json:{\"errcode\":-1,\"errmsg\":\"system error rid: 5f33996d-20c2442d-13f3355e\"}"`
influxdb version 1.7.8
`drop measurement "json:{\"errcode\":-1,\"errmsg\":\"system error rid: 5f33996d-20c2442d-13f3355e\"}"
`
use above statement not work

Contributor guide
Research direction
Start by reproducing the SHOW MEASUREMENTS and DROP MEASUREMENT statements against InfluxDB 1.7.8, using the measurement name shown in the issue. Trace how special characters and escaped quotes are parsed, then confirm the supported deletion form with a regression test or documented result.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100