You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2023/03/20 10:41:58 UTC

[spark] branch branch-3.4 updated: [MINOR][TEST] Fix spelling of 'regex' for RegexFilter

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

gurwls223 pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 57c9691ca4a [MINOR][TEST] Fix spelling of 'regex' for RegexFilter
57c9691ca4a is described below

commit 57c9691ca4ad3770c23f13aefff8eb1d74b0c08b
Author: Kent Yao <ya...@apache.org>
AuthorDate: Mon Mar 20 19:41:27 2023 +0900

    [MINOR][TEST] Fix spelling of 'regex' for RegexFilter
    
    ### What changes were proposed in this pull request?
    
    Fix RegexFilter's attribute 'regex' spelling issue
    
    ### Why are the changes needed?
    
    bugfix
    
    ### Does this PR introduce _any_ user-facing change?
    
    test-only
    
    ### How was this patch tested?
    
    existing tests
    
    Closes #40483 from yaooqinn/minor.
    
    Authored-by: Kent Yao <ya...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
    (cherry picked from commit ad06a0f22763a565a12dd9e0755d1503eaf7cbf9)
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 sql/hive-thriftserver/src/test/resources/log4j2.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/hive-thriftserver/src/test/resources/log4j2.properties b/sql/hive-thriftserver/src/test/resources/log4j2.properties
index 5a3681a2a7e..9141d616c4a 100644
--- a/sql/hive-thriftserver/src/test/resources/log4j2.properties
+++ b/sql/hive-thriftserver/src/test/resources/log4j2.properties
@@ -48,7 +48,7 @@ appender.file.layout.pattern = %d{HH:mm:ss.SSS} %t %p %c{1}: %m%n%ex
 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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org