vinlee19 opened a new pull request, #25:
URL: https://github.com/apache/doris-kafka-connector/pull/25
1. The Geometry data type in MySQL will be converted to a JSON-formatted
string. For example, the data `ST_GeomFromText('POINT(3 1)') ` will be
converted to a JSON string:
```
{"coordinates":[3,1],"type":"Point","srid":0}
```
2. Support importing array data types in PostgreSQL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]