[SPARK-54509][DOCS] Add Documentation for Spark Data Source V2#55046
Closed
szehon-ho wants to merge 5 commits intoapache:masterfrom
Closed
[SPARK-54509][DOCS] Add Documentation for Spark Data Source V2#55046szehon-ho wants to merge 5 commits intoapache:masterfrom
szehon-ho wants to merge 5 commits intoapache:masterfrom
Conversation
Member
Author
peter-toth
reviewed
Mar 27, 2026
| | `SupportsNamespaces` | Create, alter, drop, and list namespaces | | ||
| | `FunctionCatalog` | List and load functions | | ||
| | `ProcedureCatalog` | Load and list stored procedures | | ||
|
|
Contributor
There was a problem hiding this comment.
ViewCatalog seems to be missing.
Member
Author
There was a problem hiding this comment.
thanks, yes, initially i didnt put it as its not hooked up yet. But i put it now with a note.
peter-toth
reviewed
Mar 27, 2026
| for the full interface reference. | ||
| - [Data Sources](sql-data-sources.html) for the user-facing guide to built-in data sources (DSv1). | ||
| - [Storage Partition Join](sql-performance-tuning.html#storage-partition-join) for how DSv2 | ||
| partitioning reporting enables join optimizations. |
Contributor
There was a problem hiding this comment.
maybe mention Python Data Source API here as well
Member
|
Merged to master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
docs/sql-data-sources-v2.md) covering the Spark Data Source V2 API.TableProvider,CatalogPlugin), catalog interfaces (TableCatalog,StagingTableCatalog,SupportsNamespaces,FunctionCatalog,ProcedureCatalog),Tableabstraction and capabilities, read path (scan builder, pushdown, scan mix-ins), write path (write builder, batch write, distribution/ordering), row-level DML (SupportsDeleteV2,SupportsRowLevelOperations), expressions, and streaming.How was this patch tested?
Documentation-only change. Verified rendering locally via
bundle exec jekyll serve.Was this patch authored or co-authored using generative AI tooling?
Yes.