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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a0cb556f6a [MINOR][CORE][TESTS] Fix EventLogFileWritersSuite typo
6a0cb556f6a is described below

commit 6a0cb556f6a85f7a5df76d749b3be517d3accdb9
Author: Nick Porter <git@surj.email>
AuthorDate: Mon Nov 20 17:19:58 2023 -0800

    [MINOR][CORE][TESTS] Fix EventLogFileWritersSuite typo
    
    ### What changes were proposed in this pull request?
    A simple typo fix
    
    ### Why are the changes needed?
    Not truly necessary, I just saw it and fixed it
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    n/a
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    ---
    
    cc dongjoon-hyun
    
    ---
    
    As noted in the PR guidelines...
    
    I state that the contribution is my original work and that I license the 
work to the project under the project’s open source license.
    
    Closes #43895 from surjikal/SPARK-34503.
    
    Authored-by: Nick Porter <git@surj.email>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .../org/apache/spark/deploy/history/EventLogFileWritersSuite.scala      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/test/scala/org/apache/spark/deploy/history/EventLogFileWritersSuite.scala
 
b/core/src/test/scala/org/apache/spark/deploy/history/EventLogFileWritersSuite.scala
index 3d35a612b5b..7c05613d8b1 100644
--- 
a/core/src/test/scala/org/apache/spark/deploy/history/EventLogFileWritersSuite.scala
+++ 
b/core/src/test/scala/org/apache/spark/deploy/history/EventLogFileWritersSuite.scala
@@ -100,7 +100,7 @@ abstract class EventLogFileWritersSuite extends 
SparkFunSuite with LocalSparkCon
     }
   }
 
-  test("Use the defalut value of spark.eventLog.compression.codec") {
+  test("Use the default value of spark.eventLog.compression.codec") {
     val conf = new SparkConf
     conf.set(EVENT_LOG_COMPRESS, true)
     val hadoopConf = SparkHadoopUtil.get.newConfiguration(conf)


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

Reply via email to