Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.0.3, 6.5.0
-
Untriaged
-
Unknown
-
CX Sprint 167, CX Sprint 168, CX Sprint 169
Description
Build : 6.0.3-2872
Steps:
1. Create a bucket and load 1 doc like the following :
{
|
"test": "abc ()/\\[]{}.,<>~!@#$%&*-_+=|;:'\"?"
|
}
|
2. Run query :
select * from test where test like "%\\%"; -> should return 1 doc
|
select * from test where test="\\" -> this should return 0 docs
|
Both these query hang
Attachments
Issue Links
- links to
For Gerrit Dashboard: MB-35959 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
115308,4 | MB-35959: Adapt to change in JSON Analytics query plan | master | query-ui | Status: MERGED | +2 | +1 |
115703,2 | MB-35959 like not to use $ if pattern ends with \% | master | query | Status: MERGED | +2 | +1 |