[jira] [Updated] (GEODE-10317) Range query with wildcard character doing wrong comparison

2022-05-19 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-10317:
---
Labels: pull-request-available  (was: )

> Range query with wildcard character doing wrong comparison
> --
>
> Key: GEODE-10317
> URL: https://issues.apache.org/jira/browse/GEODE-10317
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Reporter: Mario Kevo
>Assignee: Mario Kevo
>Priority: Major
>  Labels: pull-request-available
>
> The problem is when we are using the wildcard character(%), there are no 
> results for the query as it is being turned in two comparisons, GE(>=) and 
> LT(<), with AND junction.
> This will lead to the wrong output for these queries.
> The same thing happened for both queries when they had wildcard character % 
> in the middle or at the end of the compared string.
> As discussed on the [dev 
> list|https://markmail.org/search/?q=Question+about+INDEX_THRESHOLD_SIZE#query:Question%20about%20INDEX_THRESHOLD_SIZE+page:1+mid:y2upza72ufjrd33b+state:results],
>  the correct way to use, like comparison with the string that contains 
> wildcard character % at the end will be just GE(>=).
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GEODE-10317) Range query with wildcard character doing wrong comparison

2022-05-18 Thread Anthony Baker (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anthony Baker updated GEODE-10317:
--
Labels:   (was: needsTriage)

> Range query with wildcard character doing wrong comparison
> --
>
> Key: GEODE-10317
> URL: https://issues.apache.org/jira/browse/GEODE-10317
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Reporter: Mario Kevo
>Assignee: Mario Kevo
>Priority: Major
>
> The problem is when we are using the wildcard character(%), there are no 
> results for the query as it is being turned in two comparisons, GE(>=) and 
> LT(<), with AND junction.
> This will lead to the wrong output for these queries.
> The same thing happened for both queries when they had wildcard character % 
> in the middle or at the end of the compared string.
> As discussed on the [dev 
> list|https://markmail.org/search/?q=Question+about+INDEX_THRESHOLD_SIZE#query:Question%20about%20INDEX_THRESHOLD_SIZE+page:1+mid:y2upza72ufjrd33b+state:results],
>  the correct way to use, like comparison with the string that contains 
> wildcard character % at the end will be just GE(>=).
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GEODE-10317) Range query with wildcard character doing wrong comparison

2022-05-18 Thread Mario Kevo (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mario Kevo updated GEODE-10317:
---
Summary: Range query with wildcard character doing wrong comparison  (was: 
Range query with wildcard character(%) doing wrong comparison)

> Range query with wildcard character doing wrong comparison
> --
>
> Key: GEODE-10317
> URL: https://issues.apache.org/jira/browse/GEODE-10317
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Reporter: Mario Kevo
>Assignee: Mario Kevo
>Priority: Major
>  Labels: needsTriage
>
> The problem is when we are using the wildcard character(%), there are no 
> results for the query as it is being turned in two comparisons, GE(>=) and 
> LT(<), with AND junction.
> This will lead to the wrong output for these queries.
> The same thing happened for both queries when they had wildcard character % 
> in the middle or at the end of the compared string.
> As discussed on the [dev 
> list|https://markmail.org/search/?q=Question+about+INDEX_THRESHOLD_SIZE#query:Question%20about%20INDEX_THRESHOLD_SIZE+page:1+mid:y2upza72ufjrd33b+state:results],
>  the correct way to use, like comparison with the string that contains 
> wildcard character % at the end will be just GE(>=).
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (GEODE-10317) Range query with wildcard character(%) doing wrong comparison

2022-05-18 Thread Alexander Murmann (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Murmann updated GEODE-10317:
--
Labels: needsTriage  (was: )

> Range query with wildcard character(%) doing wrong comparison
> -
>
> Key: GEODE-10317
> URL: https://issues.apache.org/jira/browse/GEODE-10317
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Reporter: Mario Kevo
>Priority: Major
>  Labels: needsTriage
>
> The problem is when we are using the wildcard character(%), there are no 
> results for the query as it is being turned in two comparisons, GE(>=) and 
> LT(<), with AND junction.
> This will lead to the wrong output for these queries.
> The same thing happened for both queries when they had wildcard character % 
> in the middle or at the end of the compared string.
> As discussed on the [dev 
> list|https://markmail.org/search/?q=Question+about+INDEX_THRESHOLD_SIZE#query:Question%20about%20INDEX_THRESHOLD_SIZE+page:1+mid:y2upza72ufjrd33b+state:results],
>  the correct way to use, like comparison with the string that contains 
> wildcard character % at the end will be just GE(>=).
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)