apache / apache/ignite

Ignite Native query not comparing when Colum value has '-' in value name

Open
#11,963 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.