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

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


The following commit(s) were added to refs/heads/master by this push:
     new f40f630  [KYUUBI #1306] Rename EventLoggerType DB to JDBC
f40f630 is described below

commit f40f630faa0feab3514468f6e222028e5ff12770
Author: jiaoqingbo <[email protected]>
AuthorDate: Thu Oct 28 22:53:52 2021 +0800

    [KYUUBI #1306] Rename EventLoggerType DB to JDBC
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: 
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in 
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your 
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    Fix #1306
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #1309 from jiaoqingbo/kyuubi1.
    
    Closes #1306
    
    e0e5ce6c [jiaoqingbo] [KYUUBI #1306] Set DB to JDBC
    
    Authored-by: jiaoqingbo <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .../src/main/scala/org/apache/kyuubi/events/EventLoggerType.scala       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kyuubi-common/src/main/scala/org/apache/kyuubi/events/EventLoggerType.scala 
b/kyuubi-common/src/main/scala/org/apache/kyuubi/events/EventLoggerType.scala
index f2cc4c5..a029a0f 100644
--- 
a/kyuubi-common/src/main/scala/org/apache/kyuubi/events/EventLoggerType.scala
+++ 
b/kyuubi-common/src/main/scala/org/apache/kyuubi/events/EventLoggerType.scala
@@ -22,5 +22,5 @@ object EventLoggerType extends Enumeration {
   type EventLoggerType = Value
 
   // TODO: Only SPARK is done now
-  val SPARK, JSON, DB, CUSTOM = Value
+  val SPARK, JSON, JDBC, CUSTOM = Value
 }

Reply via email to