[jira] [Updated] (CASSANDRA-14849) some empty/invalid bounds aren't caught by SelectStatement

2018-12-13 Thread Blake Eggleston (JIRA)


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

Blake Eggleston updated CASSANDRA-14849:

Resolution: Fixed
Status: Resolved  (was: Ready to Commit)

Committed to trunk as 
[a41b861fa4d4acfbcce13dd62b1e8f48be22f8ed|https://github.com/apache/cassandra/commit/a41b861fa4d4acfbcce13dd62b1e8f48be22f8ed],
 thanks

> some empty/invalid bounds aren't caught by SelectStatement
> --
>
> Key: CASSANDRA-14849
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14849
> Project: Cassandra
>  Issue Type: Bug
>  Components: CQL, Local Write-Read Paths
>Reporter: Blake Eggleston
>Assignee: Blake Eggleston
>Priority: Major
> Fix For: 4.0
>
>
> Nonsensical clustering bounds like "c >= 100 AND c < 100" aren't converted to 
> Slices.NONE like they should be. Although this seems to be completely benign, 
> it is technically incorrect and complicates some testing since it can cause 
> memtables and sstables to return different results for the same data for 
> these bounds in some cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14849) some empty/invalid bounds aren't caught by SelectStatement

2018-11-15 Thread C. Scott Andreas (JIRA)


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

C. Scott Andreas updated CASSANDRA-14849:
-
Component/s: Local Write-Read Paths
 CQL

> some empty/invalid bounds aren't caught by SelectStatement
> --
>
> Key: CASSANDRA-14849
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14849
> Project: Cassandra
>  Issue Type: Bug
>  Components: CQL, Local Write-Read Paths
>Reporter: Blake Eggleston
>Assignee: Blake Eggleston
>Priority: Major
> Fix For: 4.0
>
>
> Nonsensical clustering bounds like "c >= 100 AND c < 100" aren't converted to 
> Slices.NONE like they should be. Although this seems to be completely benign, 
> it is technically incorrect and complicates some testing since it can cause 
> memtables and sstables to return different results for the same data for 
> these bounds in some cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14849) some empty/invalid bounds aren't caught by SelectStatement

2018-10-30 Thread Aleksey Yeschenko (JIRA)


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

Aleksey Yeschenko updated CASSANDRA-14849:
--
Status: Ready to Commit  (was: Patch Available)

> some empty/invalid bounds aren't caught by SelectStatement
> --
>
> Key: CASSANDRA-14849
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14849
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Blake Eggleston
>Assignee: Blake Eggleston
>Priority: Major
> Fix For: 4.0
>
>
> Nonsensical clustering bounds like "c >= 100 AND c < 100" aren't converted to 
> Slices.NONE like they should be. Although this seems to be completely benign, 
> it is technically incorrect and complicates some testing since it can cause 
> memtables and sstables to return different results for the same data for 
> these bounds in some cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14849) some empty/invalid bounds aren't caught by SelectStatement

2018-10-25 Thread Blake Eggleston (JIRA)


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

Blake Eggleston updated CASSANDRA-14849:

Reviewer: Aleksey Yeschenko

> some empty/invalid bounds aren't caught by SelectStatement
> --
>
> Key: CASSANDRA-14849
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14849
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Blake Eggleston
>Assignee: Blake Eggleston
>Priority: Major
> Fix For: 4.0
>
>
> Nonsensical clustering bounds like "c >= 100 AND c < 100" aren't converted to 
> Slices.NONE like they should be. Although this seems to be completely benign, 
> it is technically incorrect and complicates some testing since it can cause 
> memtables and sstables to return different results for the same data for 
> these bounds in some cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14849) some empty/invalid bounds aren't caught by SelectStatement

2018-10-25 Thread Blake Eggleston (JIRA)


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

Blake Eggleston updated CASSANDRA-14849:

Status: Patch Available  (was: Open)

[trunk|https://github.com/bdeggleston/cassandra/tree/14849-trunk]
[circle|https://circleci.com/workflow-run/8f1492ae-d04e-4880-a93b-b9ff891d855d]

> some empty/invalid bounds aren't caught by SelectStatement
> --
>
> Key: CASSANDRA-14849
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14849
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Blake Eggleston
>Assignee: Blake Eggleston
>Priority: Major
> Fix For: 4.0
>
>
> Nonsensical clustering bounds like "c >= 100 AND c < 100" aren't converted to 
> Slices.NONE like they should be. Although this seems to be completely benign, 
> it is technically incorrect and complicates some testing since it can cause 
> memtables and sstables to return different results for the same data for 
> these bounds in some cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org