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/13 14:27:03 UTC

[incubator-kyuubi] branch KYUUBI-1536 updated (b1c2691 -> d44a5ff)

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.


 discard b1c2691  nit
 discard 338038c  nit
 discard 44ee259  fix
 discard f72b2ac  nit
 discard 068a97b  nit
 discard d0ea845  Add engine conf provider
     add d44a5ff  add session conf advisor

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   (b1c2691)
            \
             N -- N -- N   refs/heads/KYUUBI-1536 (d44a5ff)

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:
 docs/deployment/settings.md                        |  2 +-
 .../org/apache/kyuubi/config/KyuubiConf.scala      |  8 ++---
 ...Advisor.java => DefaultSessionConfAdvisor.java} |  9 +++--
 ...ineConfAdvisor.java => SessionConfAdvisor.java} |  8 +++--
 .../org/apache/kyuubi/plugin/PluginLoader.scala    |  6 ++--
 .../apache/kyuubi/session/KyuubiSessionImpl.scala  | 25 +++++++------
 .../kyuubi/session/KyuubiSessionManager.scala      |  6 ++--
 .../kyuubi/engine/spark/SparkSqlEngineSuite.scala  | 41 ++++++++++++++++++++++
 .../apache/kyuubi/plugin/PluginLoaderSuite.scala   | 10 +++---
 9 files changed, 84 insertions(+), 31 deletions(-)
 rename kyuubi-plugin/src/main/java/org/apache/kyuubi/plugin/{DefaultEngineConfAdvisor.java => DefaultSessionConfAdvisor.java} (75%)
 rename kyuubi-plugin/src/main/java/org/apache/kyuubi/plugin/{EngineConfAdvisor.java => SessionConfAdvisor.java} (73%)