Skip to content

Commit

Permalink
[SPARK-42657][CONNECT][FOLLOWUP] Correct the API version in scaladoc
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

SPARK-42657 is for Spark 3.5.0.

### Why are the changes needed?

Fix the wrong API version

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Passing GA.

Closes apache#40832 from pan3793/SPARK-42657-followup.

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
pan3793 authored and HyukjinKwon committed Apr 18, 2023
1 parent 462d456 commit fc75dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class SparkSession private[sql] (
/**
* Register a [[ClassFinder]] for dynamically generated classes.
*
* @since 3.4.0
* @since 3.5.0
*/
@Experimental
def registerClassFinder(finder: ClassFinder): Unit = client.registerClassFinder(finder)
Expand Down

0 comments on commit fc75dab

Please sign in to comment.