You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/04/20 16:26:01 UTC

[GitHub] [incubator-kyuubi] SteNicholas commented on a diff in pull request #2382: [KYUUBI #2020] [Subtask] Hive Backend Engine - new APIs with hive-service-rpc 3.1.2 - TGetQueryId

SteNicholas commented on code in PR #2382:
URL: https://github.com/apache/incubator-kyuubi/pull/2382#discussion_r854332331


##########
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/KyuubiStatement.java:
##########
@@ -989,6 +977,15 @@ public String getYarnATSGuid() {
     return null;
   }
 
+  @VisibleForTesting
+  public String getQueryId() throws SQLException {

Review Comment:
   Add the following Java doc:
   ```
    /*
      * (non-Javadoc)
      *
      * @see java.sql.Wrapper#unwrap(java.lang.Class)
      */
   ```



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org