-
Bug
-
Resolution: Done
-
Major
-
1.9.7.Final, 2.0.1.Final, 2.1.2.Final, 2.2.0.Alpha2
-
None
-
False
-
None
-
False
-
-
Create a table using the following SQL:
create table "Q1! 表"(a int);
Then insert a record that should be snapshotted using this SQL:
INSERT INTO "Q1! 表" (a) VALUES (1);
Finally set the table in the connector's configuration include list as follows:
table.include.list=DEBEZIUM."Q1! 表"
When the connector starts, it will report that no tables matched the include filters and no events will be captured. Similar behavior happens if the table has the same name, sans the space.
- is related to
-
DBZ-6273 Table names with spaces are not correctly deserialized when using an Infinispan cache as the transaction buffer
- Closed