You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2014/07/07 17:16:34 UTC

[jira] [Commented] (CASSANDRA-7484) Throw exception on unknown UDT field

    [ https://issues.apache.org/jira/browse/CASSANDRA-7484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053745#comment-14053745 ] 

T Jake Luciani commented on CASSANDRA-7484:
-------------------------------------------

There looks to be a bug in ProtocolEncoder.   You  release the body on any Throwable then add it to the Frame anyway.

> Throw exception on unknown UDT field
> ------------------------------------
>
>                 Key: CASSANDRA-7484
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7484
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>              Labels: cql
>             Fix For: 2.1.0
>
>         Attachments: 7484.txt
>
>
> Currently, the following code:
> {noformat}
> CREATE TYPE foo (f : int);
> CREATE TABLE test (k int PRIMARY KEY, v foo);
> INSERT INTO test (k, v) VALUES (0, { s : ?})
> {noformat}
> will crash, because the {{s}} field is not part of type {{foo}} and it's not caught. The consequence being that the metadata for the bindMarker ends up being {{null}} and some NPE is thrown. We should throw a proper exception instead.



--
This message was sent by Atlassian JIRA
(v6.2#6252)