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 6971410906 for ; Mon, 22 Jul 2013 18:20:51 +0000 (UTC) Received: (qmail 23852 invoked by uid 500); 22 Jul 2013 18:20:50 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 23832 invoked by uid 500); 22 Jul 2013 18:20:50 -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 23788 invoked by uid 99); 22 Jul 2013 18:20:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 18:20:49 +0000 Date: Mon, 22 Jul 2013 18:20:49 +0000 (UTC) From: "Alex Liu (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5790) CqlStorage Pig partition push down support 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-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715483#comment-13715483 ] Alex Liu commented on CASSANDRA-5790: ------------------------------------- E.g. {code} create table test (m text, n text, o text, p text, primary key (m, n, o)); create index p on test (p) grunt> cassandra_data = LOAD 'cql://test/test?use_secondary=true' USING CqlStorage() ; grunt> filter_data = FILTER cassandra_data by p == 'p1'; grunt> dump filter_data; {code} > CqlStorage Pig partition push down support > ------------------------------------------ > > Key: CASSANDRA-5790 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5790 > Project: Cassandra > Issue Type: Improvement > Components: Hadoop > Affects Versions: 1.2.6 > Reporter: Alex Liu > Assignee: Alex Liu > Fix For: 1.2.7 > > Attachments: 5790-1.2-branch.txt > > > CASSANDRA-5234 provides support for cql3 tables by using CqlStorage. It does provide the Pig partition filter push down support. This ticket it improve the code to support the partition filter push down for CqlStorage. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira