Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A42C711A32 for ; Tue, 19 Aug 2014 23:01:22 +0000 (UTC) Received: (qmail 19329 invoked by uid 500); 19 Aug 2014 23:01:22 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 19303 invoked by uid 500); 19 Aug 2014 23:01:22 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 19288 invoked by uid 99); 19 Aug 2014 23:01:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2014 23:01:22 +0000 Date: Tue, 19 Aug 2014 23:01:22 +0000 (UTC) From: "Tyler Hobbs (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-6839) Support non equal conditions (for LWT) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-6839: ----------------------------------- Attachment: 6839-2.1.txt 6839-2.1.txt (and [branch|https://github.com/thobbs/cassandra/tree/CASSANDRA-6839-2.1]) is rebased for 2.1. I also have a [dtest branch|https://github.com/thobbs/cassandra-dtest/tree/CASSANDRA-6839] that covers the changes pretty thoroughly. > Support non equal conditions (for LWT) > -------------------------------------- > > Key: CASSANDRA-6839 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6839 > Project: Cassandra > Issue Type: Improvement > Reporter: Sylvain Lebresne > Assignee: Tyler Hobbs > Priority: Minor > Fix For: 2.1.1 > > Attachments: 6839-2.1.txt, 6839-v2.txt, 6839-v3.txt, 6839.txt > > > We currently only support equal conditions in conditional updates, but it would be relatively trivial to support non-equal ones as well. At the very least we should support '>', '>=', '<' and '<=', though it would probably also make sense to add a non-equal relation too ('!='). -- This message was sent by Atlassian JIRA (v6.2#6252)