未验证 提交 d3293cec 编写于 作者: H huolibo 提交者: GitHub

[TD-13365]<fix>: upgrade fastjson version (#10124)

上级 61da6a24
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.76</version> <version>1.2.79</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
......
...@@ -268,7 +268,7 @@ public class RestfulResultSet extends AbstractResultSet implements ResultSet { ...@@ -268,7 +268,7 @@ public class RestfulResultSet extends AbstractResultSet implements ResultSet {
if (precision == TimestampPrecision.MS) { if (precision == TimestampPrecision.MS) {
// ms timestamp: yyyy-MM-dd HH:mm:ss.SSS // ms timestamp: yyyy-MM-dd HH:mm:ss.SSS
return row.getTimestamp(colIndex); return (Timestamp) row.getTimestamp(colIndex);
} }
if (precision == TimestampPrecision.US) { if (precision == TimestampPrecision.US) {
// us timestamp: yyyy-MM-dd HH:mm:ss.SSSSSS // us timestamp: yyyy-MM-dd HH:mm:ss.SSSSSS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册