This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push: new b8f08dfb1b7e [MINOR][DOCS] Fix variable name typo in document b8f08dfb1b7e is described below commit b8f08dfb1b7ea4e3ada262c2fa9511b4353a6429 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> (cherry picked from commit 1dfb04666ddccfc612a9b1c51703208bc917755e) 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 5f2806a75d75..ab312e33c868 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