Jdbc input for oracle blob field error

I've pushed a fix to the codec, but am waiting for a teammate to review before we publish the updated Gem.

If you want, you can edit your local gem to apply the patch manually, which will circumvent the bundler issues (we can chase those down in a separate thread if they continue to get in the way).

  • change into the current plugin's directory, likely something like:
    cd ${LOGSTASH_HOME}/vendor/bundle/jruby/2.3.0/gems/logstash-input-jdbc-4.3.9
    
  • download the .patch from logstash-plugins/logstash-input-jdbc#291:
    wget https://patch-diff.githubusercontent.com/raw/logstash-plugins/logstash-input-jdbc/pull/291.patch
    
  • inspect the patch that you downloaded, to make sure it's what you expect:
    cat 291.patch
    
  • apply the patch, stripping the git prefix and backing up the original file:
    patch --strip 1 --backup < 291.patch