HTHou opened a new issue #2741: URL: https://github.com/apache/iotdb/issues/2741
**Describe the bug** Currently when using `getObject` interface in JDBC ResultSet, it will return a String result, which is not match the JDBC standard. See https://github.com/apache/iotdb/blob/6eda5e478beca32bfc042d9313420423cb97a2d9/jdbc/src/main/java/org/apache/iotdb/jdbc/AbstractIoTDBJDBCResultSet.java#L436-L447 https://github.com/apache/iotdb/blob/6eda5e478beca32bfc042d9313420423cb97a2d9/jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBJDBCResultSet.java#L99-L105 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
