You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sebastian Estevez (JIRA)" <ji...@apache.org> on 2015/08/11 22:43:46 UTC

[jira] [Created] (CASSANDRA-10048) Stress - Decimal is a BigInt not a Double...

Sebastian Estevez created CASSANDRA-10048:
---------------------------------------------

             Summary: Stress - Decimal is a BigInt not a Double...
                 Key: CASSANDRA-10048
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10048
             Project: Cassandra
          Issue Type: Bug
            Reporter: Sebastian Estevez
             Fix For: 2.1.8


Similar to CASSANDRA-8882

I'll provide a patch.

{code}
com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 26 of CQL type decimal, expecting class java.math.BigDecimal but class java.lang.Double provided
com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 26 of CQL type decimal, expecting class java.math.BigDecimal but class java.lang.Double provided
com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 26 of CQL type decimal, expecting class java.math.BigDecimal but class java.lang.Double provided
^Ccom.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 26 of CQL type decimal, expecting class java.math.BigDecimal but class java.lang.Double provided
com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 26 of CQL type decimal, expecting class java.math.BigDecimal but class java.lang.Double provided
com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 26 of CQL type decimal, expecting class java.math.BigDecimal but class java.lang.Double provided
com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 26 of CQL type decimal, expecting class java.math.BigDecimal but class java.lang.Double provided
com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for
{code}



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