You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2021/09/07 04:11:00 UTC

[incubator-kyuubi] branch master updated (59d9f06 -> 10d8ab9)

This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git.


    from 59d9f06  [KYUUBI #1032][FOLLOWUP] Refine session hande in AbstractSession
     add 10d8ab9  [KYUUBI #1031] Implement api: /sessions/count

No new revisions were added by this update.

Summary of changes:
 dev/dependencyList                                 |  3 ++
 kyuubi-server/pom.xml                              |  5 ++
 .../server/api/v1/dto/SessionOpenedCount.java      | 19 ++++----
 .../apache/kyuubi/server/RestFrontendService.scala | 10 ++++
 .../scala/org/apache/kyuubi/server/api/api.scala   |  2 -
 .../kyuubi/server/api/v1/ApiRootResource.scala     |  3 ++
 ...piRootResource.scala => SessionsResource.scala} | 16 ++++--
 .../kyuubi/server/RestFrontendServiceSuite.scala   | 57 ++++++++++++++++++----
 pom.xml                                            |  6 +++
 9 files changed, 95 insertions(+), 26 deletions(-)
 copy dev/kyuubi-tpcds/src/main/scala/org/apache/spark/KyuubiSparkUtils.scala => kyuubi-server/src/main/java/org/apache/kyuubi/server/api/v1/dto/SessionOpenedCount.java (68%)
 copy kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/{ApiRootResource.scala => SessionsResource.scala} (70%)