Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4D9ED200AF8 for ; Thu, 5 May 2016 13:53:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C3CD160A04; Thu, 5 May 2016 11:53:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB9C7160A02 for ; Thu, 5 May 2016 13:53:13 +0200 (CEST) Received: (qmail 81732 invoked by uid 500); 5 May 2016 11:53:12 -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 81710 invoked by uid 99); 5 May 2016 11:53:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2016 11:53:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C6B8B2C033A for ; Thu, 5 May 2016 11:53:12 +0000 (UTC) Date: Thu, 5 May 2016 11:53:12 +0000 (UTC) From: "Robert Stupp (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-11717) ParsedStatement.Prepared#partitionKeyBindIndexes should be of type short[] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 05 May 2016 11:53:14 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11717?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp reassigned CASSANDRA-11717: ---------------------------------------- Assignee: Robert Stupp > ParsedStatement.Prepared#partitionKeyBindIndexes should be of type short[= ] > -------------------------------------------------------------------------= - > > Key: CASSANDRA-11717 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1171= 7 > Project: Cassandra > Issue Type: Improvement > Reporter: Robert Stupp > Assignee: Robert Stupp > Labels: lhf > Fix For: 3.x > > > {{o.a.c.cql3.statements.ParsedStatement.Prepared#partitionKeyBindIndexes}= } is a {{Short[]}} but could easily be a {{short[]}}. > The value of {{partitionKeyBindIndexes}}=C2=A0is always the result of {{o= .a.c.cql3.VariableSpecifications#getPartitionKeyBindIndexes}}, which can ne= ver return a {{null}} array element. -- This message was sent by Atlassian JIRA (v6.3.4#6332)