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/24 16:40:46 UTC

[jira] [Commented] (CASSANDRA-10048) cassandra-stress - Decimal is a BigInt not a Double

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

Sebastian Estevez commented on CASSANDRA-10048:
-----------------------------------------------

Thank you : )

> cassandra-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.9, 2.2.1, 3.0 beta 2
>
>         Attachments: CASSANDRA-10048.patch
>
>
> 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)