javeme commented on issue #298:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/298#issuecomment-1173338400

   @homealim2012 还有贡献代码。
   对于第一个问题,可以考虑在方法`DataTypeUtil.parseDate()`中增加对`java.sql.Timestamp`转换的支持:`if 
(value instanceof Timestamp)`。
   对于第2个问题,看起来是个Bug,需要修复下`DataTypeUtil.checkDataType()`方法,在`if (value 
instanceof Number)`的基础增加dataType的判断`value instanceof Number && 
dataType.isNumber()`。
   


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