[
https://issues.apache.org/jira/browse/CASSANDRA-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343072#comment-14343072
]
Sylvain Lebresne commented on CASSANDRA-8882:
---------------------------------------------
It's fine (we can't directly merge a github pull request, but a link to a
github branch is just fine). That said, as a side note from glancing the patch,
please try to avoid rewriting imports if possible.
> 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)