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/12/09 11:45:22 UTC

[incubator-kyuubi] branch KYUUBI-1536 updated (95f3a5f -> cb8f8fe)

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

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


    omit 95f3a5f  nit
    omit 378a19d  Merge branch 'master' of https://github.com/apache/incubator-kyuubi into KYUUBI-1536
    omit 27087ee   Add engine conf provide
     add cb8f8fe  Add engine conf provider

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (95f3a5f)
            \
             N -- N -- N   refs/heads/KYUUBI-1536 (cb8f8fe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kyuubi/config/KyuubiConf.scala      |  9 ++------
 .../apache/kyuubi/engine/EngineConfProvider.scala  |  2 +-
 .../kyuubi/engine/EngineConfProviderLoader.scala   | 26 +++++++++++++---------
 .../kyuubi/session/KyuubiSessionManager.scala      |  8 ++-----
 4 files changed, 20 insertions(+), 25 deletions(-)
 copy {kyuubi-server => kyuubi-common}/src/main/scala/org/apache/kyuubi/engine/EngineConfProvider.scala (93%)
 rename kyuubi-server/src/main/scala/org/apache/kyuubi/engine/EngineConfProvider.scala => kyuubi-common/src/main/scala/org/apache/kyuubi/engine/EngineConfProviderLoader.scala (59%)