-
Bug
-
Resolution: Done
-
Major
-
0.9.1.Final
-
None
While testing out Debezium, I received an IllegalArgumentException while running the initial snapshot for a table containing a hstore column (and data within that column).
Seems like the issue - as best I can tell - is that the "data" object within PostgresValueConverter.java is a HashMap during the Snapshot. During Streams, the data object appears to be a String (as anticipated by existing code).