Skip to content

Commit

Permalink
[SPARK-48205][SQL][FOLLOWUP] Add missing tags for the dataSource API
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This is a follow-up PR for #46487 to add missing tags for the `dataSource` API.

### Why are the changes needed?

To address comments from a previous PR.

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

No

### How was this patch tested?

Existing test

### Was this patch authored or co-authored using generative AI tooling?

No

Closes #46530 from allisonwang-db/spark-48205-followup.

Authored-by: allisonwang-db <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
allisonwang-db authored and dongjoon-hyun committed May 10, 2024
1 parent 5b3b8a9 commit d82458f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,11 @@ class SparkSession private(

/**
* A collection of methods for registering user-defined data sources.
*
* @since 4.0.0
*/
@Experimental
@Unstable
def dataSource: DataSourceRegistration = sessionState.dataSourceRegistration

/**
Expand Down

0 comments on commit d82458f

Please sign in to comment.