-
Feature Request
-
Resolution: Done
-
Major
-
0.5
-
None
Currently Debezium doesn't support 'Spatial' data types for MySQL Connector which are:
- GEOMETRY.
- POINT.
- LINESTRING.
- POLYGON
Would be great to have the support for these types in the near future in the MySQL Connector.
https://dev.mysql.com/doc/refman/5.7/en/spatial-datatypes.html
Sample table definition:
CREATE TABLE `polygon` ( `polygon_id` int(10) unsigned NOT NULL, `type` tinyint(5) unsigned NOT NULL DEFAULT '1', `centroid` point DEFAULT NULL, `data` geometry NOT NULL, PRIMARY KEY (`polygon_id`,`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- is related to
-
DBZ-507 Unified Geometry type support
- Closed
1.
|
MySQL Connector should support 'LINESTRING' data type | Closed | Unassigned | ||
2.
|
MySQL Connector should support 'POLYGON' data type | Closed | Unassigned |