Bag or no?

Exception when executing JDBC query {:exception=>#<Sequel::DatabaseError: Java::OrgLogstash::MissingConverterException: Missing Converter handling for full class name=org.postgresql.util.PGobject, simple name=PGobject>}
I have this warn, when I want to output more then 1 value.

Does this thread help? My guess is you need to CAST one of the columns to set its type.

I solved this problem. I added CAST in date fields. Thanks @Badger for your advice.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.