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 08:01:34 UTC

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

Jason Kania created CASSANDRA-8556:
--------------------------------------

             Summary: 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)