cassandra-jdbc-driver
cassandra-jdbc-driver copied to clipboard
Type mapping problem
I have downloaded the jar files as mentioned in the description.
I'm using the jar files for setting up jdbc plugin in logstash, and it looks it is set up property; but if I include a field of type TINYINT in my select statement, the following exception would be thrown:
Exception when executing JDBC query {:exception=>Sequel::DatabaseError, :message=>"Java::ComDatastaxOssDriverApiCoreTypeCodec::CodecNotFoundException: Codec not found for requested operation: [TINYINT <-> java.lang.Short]", :cause=>"#<Java::ComDatastaxOssDriverApiCoreTypeCodec::CodecNotFoundException: Codec not found for requested operation: [TINYINT <-> java.lang.Short]>"}
Is it a bug or I'm missing something?