You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/02/27 07:32:14 UTC

[GitHub] [calcite] rayokota commented on a change in pull request #1441: [CALCITE-3324] Set updateCount in MetaResultSet

rayokota commented on a change in pull request #1441: [CALCITE-3324] Set updateCount in MetaResultSet
URL: https://github.com/apache/calcite/pull/1441#discussion_r384953074
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/jdbc/CalciteMetaImpl.java
 ##########
 @@ -565,14 +565,22 @@ public MetaResultSet getTableTypes(ConnectionHandle ch) {
       }
       callback.execute();
       final MetaResultSet metaResultSet =
-          MetaResultSet.create(h.connectionId, h.id, false, signature, null);
+          new MetaResultSetImpl(h.connectionId, h.id, false, signature, null, updateCount);
 
 Review comment:
   This has been done in Avatica 1.16.0

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


With regards,
Apache Git Services