Skip to content

Commit 50634db

Browse files
Mrhs121yaooqinn
authored andcommitted
[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 apache#50443 from Mrhs121/typo. Authored-by: ShengHuang <huangshengtx@163.com> Signed-off-by: Kent Yao <yao@apache.org> (cherry picked from commit 1dfb046) Signed-off-by: Kent Yao <yao@apache.org>
1 parent 1b05d4f commit 50634db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spark-connect-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Example:
352352
import org.apache.spark.sql.connect.client.REPLClassDirMonitor
353353
// Register a ClassFinder to monitor and upload the classfiles from the build output.
354354
val classFinder = new REPLClassDirMonitor(<ABSOLUTE_PATH_TO_BUILD_OUTPUT_DIR>)
355-
spark.registerClassFinder(classfinder)
355+
spark.registerClassFinder(classFinder)
356356

357357
// Upload JAR dependencies
358358
spark.addArtifact(<ABSOLUTE_PATH_JAR_DEP>)

0 commit comments

Comments
 (0)