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 2022/02/09 03:48:04 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #1878] Fix typo in log4j2-test.properties

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

ulyssesyou 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 0233fbe  [KYUUBI #1878] Fix typo in log4j2-test.properties
0233fbe is described below

commit 0233fbe5ab3f79e877789a2406cbf925cf3cdef8
Author: Paul Lin <pa...@gmail.com>
AuthorDate: Wed Feb 9 11:47:51 2022 +0800

    [KYUUBI #1878] Fix typo in log4j2-test.properties
    
    <!--
    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?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    
    Fix typo.
    
    ### _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
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #1879 from link3280/bug/KYUUBI-1878.
    
    Closes #1878
    
    ed1f3268 [Paul Lin] [KYUUBI #1878] Fix typo in log4j2-test.properties
    
    Authored-by: Paul Lin <pa...@gmail.com>
    Signed-off-by: ulysses-you <ul...@apache.org>
---
 .../src/test/resources/log4j2-test.properties                           | 2 +-
 .../src/test/resources/log4j2-test.properties                           | 2 +-
 .../src/test/resources/log4j2-test.properties                           | 2 +-
 .../kyuubi-flink-sql-engine/src/test/resources/log4j2-test.properties   | 2 +-
 .../kyuubi-spark-sql-engine/src/test/resources/log4j2-test.properties   | 2 +-
 externals/kyuubi-trino-engine/src/test/resources/log4j2-test.properties | 2 +-
 .../kyuubi-flink-it/src/test/resources/log4j2-test.properties           | 2 +-
 .../src/test/resources/log4j2-test.properties                           | 2 +-
 kyuubi-common/src/test/resources/log4j2-test.properties                 | 2 +-
 kyuubi-ctl/src/test/resources/log4j2-test.properties                    | 2 +-
 kyuubi-ha/src/test/resources/log4j2-test.properties                     | 2 +-
 kyuubi-metrics/src/test/resources/log4j2-test.properties                | 2 +-
 kyuubi-server/src/test/resources/log4j2-test.properties                 | 2 +-
 kyuubi-zookeeper/src/test/resources/log4j2-test.properties              | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev/kyuubi-extension-spark-3-1/src/test/resources/log4j2-test.properties b/dev/kyuubi-extension-spark-3-1/src/test/resources/log4j2-test.properties
index 182f7d6..fef13bd 100644
--- a/dev/kyuubi-extension-spark-3-1/src/test/resources/log4j2-test.properties
+++ b/dev/kyuubi-extension-spark-3-1/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/dev/kyuubi-extension-spark-3-2/src/test/resources/log4j2-test.properties b/dev/kyuubi-extension-spark-3-2/src/test/resources/log4j2-test.properties
index 182f7d6..fef13bd 100644
--- a/dev/kyuubi-extension-spark-3-2/src/test/resources/log4j2-test.properties
+++ b/dev/kyuubi-extension-spark-3-2/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/dev/kyuubi-extension-spark-common/src/test/resources/log4j2-test.properties b/dev/kyuubi-extension-spark-common/src/test/resources/log4j2-test.properties
index 182f7d6..fef13bd 100644
--- a/dev/kyuubi-extension-spark-common/src/test/resources/log4j2-test.properties
+++ b/dev/kyuubi-extension-spark-common/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/externals/kyuubi-flink-sql-engine/src/test/resources/log4j2-test.properties b/externals/kyuubi-flink-sql-engine/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/externals/kyuubi-flink-sql-engine/src/test/resources/log4j2-test.properties
+++ b/externals/kyuubi-flink-sql-engine/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/externals/kyuubi-spark-sql-engine/src/test/resources/log4j2-test.properties b/externals/kyuubi-spark-sql-engine/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/externals/kyuubi-spark-sql-engine/src/test/resources/log4j2-test.properties
+++ b/externals/kyuubi-spark-sql-engine/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/externals/kyuubi-trino-engine/src/test/resources/log4j2-test.properties b/externals/kyuubi-trino-engine/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/externals/kyuubi-trino-engine/src/test/resources/log4j2-test.properties
+++ b/externals/kyuubi-trino-engine/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/integration-tests/kyuubi-flink-it/src/test/resources/log4j2-test.properties b/integration-tests/kyuubi-flink-it/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/integration-tests/kyuubi-flink-it/src/test/resources/log4j2-test.properties
+++ b/integration-tests/kyuubi-flink-it/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/integration-tests/kyuubi-kubernetes-deployment-it/src/test/resources/log4j2-test.properties b/integration-tests/kyuubi-kubernetes-deployment-it/src/test/resources/log4j2-test.properties
index 6c10443..73a9aa0 100644
--- a/integration-tests/kyuubi-kubernetes-deployment-it/src/test/resources/log4j2-test.properties
+++ b/integration-tests/kyuubi-kubernetes-deployment-it/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/kyuubi-common/src/test/resources/log4j2-test.properties b/kyuubi-common/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/kyuubi-common/src/test/resources/log4j2-test.properties
+++ b/kyuubi-common/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/kyuubi-ctl/src/test/resources/log4j2-test.properties b/kyuubi-ctl/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/kyuubi-ctl/src/test/resources/log4j2-test.properties
+++ b/kyuubi-ctl/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/kyuubi-ha/src/test/resources/log4j2-test.properties b/kyuubi-ha/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/kyuubi-ha/src/test/resources/log4j2-test.properties
+++ b/kyuubi-ha/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/kyuubi-metrics/src/test/resources/log4j2-test.properties b/kyuubi-metrics/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/kyuubi-metrics/src/test/resources/log4j2-test.properties
+++ b/kyuubi-metrics/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/kyuubi-server/src/test/resources/log4j2-test.properties b/kyuubi-server/src/test/resources/log4j2-test.properties
index 6c10443..73a9aa0 100644
--- a/kyuubi-server/src/test/resources/log4j2-test.properties
+++ b/kyuubi-server/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral
 
diff --git a/kyuubi-zookeeper/src/test/resources/log4j2-test.properties b/kyuubi-zookeeper/src/test/resources/log4j2-test.properties
index 3c95280..3975a52 100644
--- a/kyuubi-zookeeper/src/test/resources/log4j2-test.properties
+++ b/kyuubi-zookeeper/src/test/resources/log4j2-test.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n
 appender.file.filter.1.type = Filters
 
 appender.file.filter.1.a.type = RegexFilter
-appender.file.filter.1.a.regx = .*Thrift error occurred during processing of message.*
+appender.file.filter.1.a.regex = .*Thrift error occurred during processing of message.*
 appender.file.filter.1.a.onMatch = deny
 appender.file.filter.1.a.onMismatch = neutral