You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:Is it a bug or I'm missing something?
The text was updated successfully, but these errors were encountered: