session mode writing special character in the timeseries path within double quote needed
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 115
Description
In the current version, it seems that the db does not surpport special character such as ` and ;(grave accent and semicolon).
I assume that any content within the double quote should be treated as literal string. This is needed and necessary.
Contributor guide
Research direction
Start by reproducing the issue in session mode with a timeseries path containing a grave accent or semicolon inside double quotes. Trace how the session parses the quoted path and compare the result with the expected literal-string behavior. Done means both characters are accepted inside double-quoted paths and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100