-
Bug
-
Resolution: Done
-
Major
-
1.7.0.CR2
-
None
-
False
-
False
-
Hello,
In my `table.include.list` I only scan a small subset of tables of my DB. None of these tables possesses a raw column type.
However, I get the following error with my connector:
Caused by: java.lang.IllegalArgumentException: Unsupported column type: RAW
I'm guessing the error must come from another table I'm not intending to capture using CDC, but that is present nevertheless in the redologs.
How to handle this ? Is it a configuration problem ?