You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/03/02 07:46:56 UTC

[GitHub] [iotdb] wangchao316 commented on a change in pull request #2760: [To rel/0.11] cherry-pick getObject method in JDBC should return an Object

wangchao316 commented on a change in pull request #2760:
URL: https://github.com/apache/iotdb/pull/2760#discussion_r585326904



##########
File path: jdbc/src/main/java/org/apache/iotdb/jdbc/AbstractIoTDBJDBCResultSet.java
##########
@@ -425,7 +425,7 @@ public Object getObject(int columnIndex) throws SQLException {
 
   @Override
   public Object getObject(String columnName) throws SQLException {
-    return getValueByName(columnName);
+    return getObjectByName(columnName);

Review comment:
       +1




----------------------------------------------------------------
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:
users@infra.apache.org