adejanovski / cassandra-jdbc-wrapper

A JDBC wrapper for the Datastax Java Driver for Cassandra
Apache License 2.0
53 stars 36 forks source link

CodecNotFoundException for bigInt to Long #13

Open rrgautam93 opened 7 years ago

rrgautam93 commented 7 years ago

Select a bigint type column from Cassandra in RJDBC gives this error: Error in .jcall(rp,"I","fetch",stride,block): com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [bigint <--> java.lang.Double]

How would i go about creating a Custom Codec ?