[GitHub] cassandra pull request #98: Fix cassandra 13246

2017-03-20 Thread MikkelTAndersen
Github user MikkelTAndersen closed the pull request at: https://github.com/apache/cassandra/pull/98 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] cassandra issue #98: Fix cassandra 13246

2017-03-13 Thread MikkelTAndersen
Github user MikkelTAndersen commented on the issue: https://github.com/apache/cassandra/pull/98 This is a simple fix for when you query with CONTAINS and the collection is empty (which ends up as null in the database) ... this is a blocking issue for my company so would appreciate

[GitHub] cassandra issue #98: Fix cassandra 13246

2017-03-13 Thread MikkelTAndersen
Github user MikkelTAndersen commented on the issue: https://github.com/apache/cassandra/pull/98 I will see what you have already then : ) On Mon, Mar 13, 2017 at 1:44 PM, Benjamin Lerer <notificati...@github.com> wrote: > @MikkelTAndersen <https:

[GitHub] cassandra issue #98: Fix cassandra 13246

2017-03-13 Thread MikkelTAndersen
Github user MikkelTAndersen commented on the issue: https://github.com/apache/cassandra/pull/98 Ahh sorry - it seems to complicated, its a simple null check - any chance you can add it Alex ? I have attached the patch. On Mon, Mar 13, 2017 at 1:38 PM, Alex Petrov

[GitHub] cassandra issue #98: Fix cassandra 13246

2017-03-13 Thread MikkelTAndersen
Github user MikkelTAndersen commented on the issue: https://github.com/apache/cassandra/pull/98 If anything is missing please let me know and I will fix it asap... Den 13. mar. 2017 3.09 PM skrev "Mikkel Andersen" < mikkel.t.ander...@gmail.com>: &

[GitHub] cassandra pull request #98: Fix cassandra 13246

2017-03-13 Thread MikkelTAndersen
GitHub user MikkelTAndersen opened a pull request: https://github.com/apache/cassandra/pull/98 Fix cassandra 13246 This should fix null pointer if the content of the column is null. You can merge this pull request into a Git repository by running: $ git pull https://github.com