Ignite Native query not comparing when Colum value has '-' in value name
Open
- Dominant language
- Java
- Stars
- 5.1k
- Forks
- 1.9k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 46
Description
While running the ignite queries through code and through Dbeaver (thin client) the results are not as expected .
Example : if running query like
Select * from where = 'itemCon1-15';
Then it returns a empty set despite value is present.
Is '-' not supported in ignite?
Contributor guide
Research direction
No source files or tests are named. Start by reproducing the reported SELECT through Ignite and DBeaver with a value containing a hyphen, then inspect the query result and compare it with the stored value. Done means identifying and fixing the discrepancy, with a regression test covering this query.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100