Sebastian Estevez created CASSANDRA-8882:
--------------------------------------------
Summary: 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)