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)

Reply via email to