dongjoon-hyun opened a new pull request, #396:
URL: https://github.com/apache/spark-connect-swift/pull/396

   ### What changes were proposed in this pull request?
   
   This PR updates `Sources/SparkConnect/Documentation.docc` to surface the 
public APIs added during SPARK-57044 ~ SPARK-57087.
   
   - Add `Catalog.md`, `DataFrameReader.md`, `DataFrameWriter.md` 
topic-curation pages.
   - Expand the top-level `## Topics` in `SparkConnect.md` to cover all major 
public types.
   - Add missing members (`version`, `newSession()`, `table(_:)`, `readStream`, 
`addArtifact`, `executeCommand`, `time`, `streams`, etc.) to `SparkSession.md`.
   - Add a "Catalog Operations" example to `GettingStarted.md`.
   
   ### Why are the changes needed?
   
   The DocC bundle had not been updated for the recently added `Catalog` 
methods and `DataFrameReader` overloads, leaving them either unlisted or 
auto-rendered without category structure.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   - `swift build` passes.
   - Every DocC symbol reference in the new/edited `.md` files was 
cross-checked against the actual public signatures in the source.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (claude-opus-4-7)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to