You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2015/03/02 12:46:05 UTC

[jira] [Updated] (CASSANDRA-8882) Wrong type mapping for varint -- Cassandra Stress 2.1

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

Sylvain Lebresne updated CASSANDRA-8882:
----------------------------------------
    Reviewer: Benedict

> Wrong type mapping for varint -- Cassandra Stress 2.1
> -----------------------------------------------------
>
>                 Key: CASSANDRA-8882
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8882
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Sebastian Estevez
>             Fix For: 2.1.4
>
>
> Run a workload with a varint type, you'll see the following error:
> {code}
> com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 2 of CQL type varint, expecting class java.math.BigInteger but class java.lang.Integer provided
> com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 2 of CQL type varint, expecting class java.math.BigInteger but class java.lang.Integer provided
> com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 2 of CQL type varint, expecting class java.math.BigInteger but class java.lang.Integer provided
> com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 2 of CQL type varint, expecting class java.math.BigInteger but class java.lang.Integer provided
> com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 2 of CQL type varint, expecting class java.math.BigInteger but class java.lang.Integer provided
> com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 2 of CQL type varint, expecting class java.math.BigInteger but class java.lang.Integer provided
> com.datastax.driver.core.exceptions.InvalidTypeException: Invalid type for value 2 of CQL type varint, expecting class java.math.BigInteger but class java.lang.Integer provided
> {code}



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