You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2016/05/05 11:53:12 UTC

[jira] [Assigned] (CASSANDRA-11717) ParsedStatement.Prepared#partitionKeyBindIndexes should be of type short[]

     [ https://issues.apache.org/jira/browse/CASSANDRA-11717?page=com.atlassian.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-11717
>             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}} is always the result of {{o.a.c.cql3.VariableSpecifications#getPartitionKeyBindIndexes}}, which can never return a {{null}} array element.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)