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

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


 discard 9aff63e  [KYUUBI #1404] Decouple zookeeper persistentNode from other 
modules
 discard a0d7811  [KYUUBI #1436] unified the field name as kyuubiStatementEvent
 discard 4085228  [KYUUBI #1437] Fix error message on Spark UI
 discard 03d944c  [KYUUBI #1433] Enable scalafmt check in spotless
     add 6bb5af6  [KYUUBI #1433] Enable scalafmt check in spotless
     add c8a7623  [KYUUBI #1437] Fix error message on Spark UI
     add 73eeea5  [KYUUBI #1436] unified the field name as kyuubiStatementEvent
     add e19d463  [KYUUBI #1404] Decouple zookeeper persistentNode from other 
modules
     add ac24c8f  [KYUUBI #1429][TASK-1] Move ui package from org.apache.spark 
to org.apache.spark.ui

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   (9aff63e)
            \
             N -- N -- N   refs/heads/branch-1.4 (ac24c8f)

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/engine/spark/SparkSQLEngine.scala      |  5 ++---
 .../scala/org/apache/spark/{kyuubi => }/ui/EnginePage.scala  | 12 +++++-------
 .../org/apache/spark/{kyuubi => }/ui/EngineSessionPage.scala |  3 +--
 .../scala/org/apache/spark/{kyuubi => }/ui/EngineTab.scala   |  4 +---
 .../org/apache/spark/{kyuubi => }/ui/EngineTabSuite.scala    |  2 +-
 5 files changed, 10 insertions(+), 16 deletions(-)
 rename 
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/{kyuubi => 
}/ui/EnginePage.scala (97%)
 rename 
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/{kyuubi => 
}/ui/EngineSessionPage.scala (98%)
 rename 
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/{kyuubi => 
}/ui/EngineTab.scala (97%)
 rename 
externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/spark/{kyuubi => 
}/ui/EngineTabSuite.scala (99%)

Reply via email to