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 AA3F4106C0 for ; Sun, 23 Feb 2014 19:42:21 +0000 (UTC) Received: (qmail 27524 invoked by uid 500); 23 Feb 2014 19:42:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 27287 invoked by uid 500); 23 Feb 2014 19:42:19 -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 27273 invoked by uid 99); 23 Feb 2014 19:42:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Feb 2014 19:42:19 +0000 Date: Sun, 23 Feb 2014 19:42:19 +0000 (UTC) From: "Edward Capriolo (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6757) SliceQueryFilter can accept multiple ColumnSlice but not exposed to thrift 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-6757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909861#comment-13909861 ] Edward Capriolo commented on CASSANDRA-6757: -------------------------------------------- Essentially this is a getSlice that accepts one row key. It would have been nice to accept a list of SlicePredicate objects and reuse that. However The SliceQueryFilter only accepts a single count and direction. Each slice predicate has it's own count and direction. > SliceQueryFilter can accept multiple ColumnSlice but not exposed to thrift > -------------------------------------------------------------------------- > > Key: CASSANDRA-6757 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6757 > Project: Cassandra > Issue Type: New Feature > Reporter: Edward Capriolo > Assignee: Edward Capriolo > Attachments: Cassandra-6757.1.diff > > > Thrift has getSlice() which takes a key and a predicate. SliceQueryFilter can accept multiple SliceRanges users should have access to this capability already found in Cassandra. -- This message was sent by Atlassian JIRA (v6.1.5#6160)