zjcnb commented on code in PR #18649:
URL: https://github.com/apache/shardingsphere/pull/18649#discussion_r908062511


##########
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/loader/dialect/MySQLSchemaMetaDataLoader.java:
##########
@@ -125,6 +125,9 @@ private void appendDataTypes(final Map<String, Integer> 
dataTypes) {
         dataTypes.putIfAbsent("JSON", Types.LONGVARCHAR);
         dataTypes.putIfAbsent("GEOMETRY", Types.BINARY);
         dataTypes.putIfAbsent("YEAR", Types.DATE);
+        dataTypes.putIfAbsent("MULTIPOINT", -2);

Review Comment:
   @mabaiwan  Hi, Thank you for your pull reqeust. Can you add unit test for 
them?



-- 
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]

Reply via email to