You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2014/12/16 09:45:13 UTC

[jira] [Assigned] (CASSANDRA-8355) NPE when passing wrong argument in ALTER TABLE statement

     [ https://issues.apache.org/jira/browse/CASSANDRA-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Lerer reassigned CASSANDRA-8355:
-----------------------------------------

    Assignee: Benjamin Lerer

> NPE when passing wrong argument in ALTER TABLE statement
> --------------------------------------------------------
>
>                 Key: CASSANDRA-8355
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8355
>             Project: Cassandra
>          Issue Type: Bug
>         Environment: Cassandra 2.1.2
>            Reporter: Pierre Laporte
>            Assignee: Benjamin Lerer
>            Priority: Minor
>             Fix For: 2.1.3
>
>
> When I tried to change the caching strategy of a table, I provided a wrong argument {{'rows_per_partition' : ALL}} with unquoted ALL. Cassandra returned a SyntaxError, which is good, but it seems it was because of a NullPointerException.
> *Howto*
> {code}
> CREATE TABLE foo (k int primary key);
> ALTER TABLE foo WITH caching = {'keys' : 'all', 'rows_per_partition' : ALL};
> {code}
> *Output*
> {code}
> <ErrorMessage code=2000 [Syntax error in CQL query] message="Failed parsing statement: [ALTER TABLE foo WITH caching = {'keys' : 'all', 'rows_per_partition' : ALL};] reason: NullPointerException null">
> {code}



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