You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jason Kania (JIRA)" <ji...@apache.org> on 2015/01/03 15:28:34 UTC

[jira] [Resolved] (CASSANDRA-8556) ColumnMetadata sometimes identifies type as int for float and double in java API

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

Jason Kania resolved CASSANDRA-8556.
------------------------------------
    Resolution: Invalid

Please close. The issue was resolved after rebuilding the database as something had been corrupted during an inappropriate power cycle.

> ColumnMetadata sometimes identifies type as int for float and double in java API
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-8556
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8556
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>         Environment: 2.1.4 API, Windows 8 and Debian latest, patch current
>            Reporter: Jason Kania
>
> Sometimes when querying the metadata for columns through the java API, the data types for columns that are float or double are incorrectly indicated as int. 
> columnMetadata.getType();
> This prevents the binding of prepared statements as it complains about needing an integer when it should take a float or double respectively.



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