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

yao 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 1dfb04666ddc [MINOR][DOCS] Fix variable name typo in document
1dfb04666ddc is described below

commit 1dfb04666ddccfc612a9b1c51703208bc917755e
Author: ShengHuang <huangshen...@163.com>
AuthorDate: Fri Mar 28 17:11:28 2025 +0800

    [MINOR][DOCS] Fix variable name typo in document
    
    ### What changes were proposed in this pull request?
    
    Fix variable name typo in document
    
    ### Why are the changes needed?
    
    For doc
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes
    
    ### How was this patch tested?
    
    No
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #50443 from Mrhs121/typo.
    
    Authored-by: ShengHuang <huangshen...@163.com>
    Signed-off-by: Kent Yao <y...@apache.org>
---
 docs/spark-connect-overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spark-connect-overview.md b/docs/spark-connect-overview.md
index 8af8185ec1be..f01ebf1b54f7 100644
--- a/docs/spark-connect-overview.md
+++ b/docs/spark-connect-overview.md
@@ -356,7 +356,7 @@ Example:
 import org.apache.spark.sql.connect.client.REPLClassDirMonitor
 // Register a ClassFinder to monitor and upload the classfiles from the build 
output.
 val classFinder = new REPLClassDirMonitor(<ABSOLUTE_PATH_TO_BUILD_OUTPUT_DIR>)
-spark.registerClassFinder(classfinder)
+spark.registerClassFinder(classFinder)
 
 // Upload JAR dependencies
 spark.addArtifact(<ABSOLUTE_PATH_JAR_DEP>)


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

Reply via email to