hvanhovell opened a new pull request, #49800:
URL: https://github.com/apache/spark/pull/49800

   ### What changes were proposed in this pull request?
   This PR fixes a bunch of issues with SQL API docs for Scala and Java:
   - Removes the now defunct Connect API docs. The current SQL docs provide 
enough coverage.
   - Removes the following internal packages from the docs: 
`org.apache.spark.sql.artifact`, `org.apache.spark.sql.scripting`, and 
`org.apache.spark.sql.ml`.
   - Fixes the removal of the `org.apache.spark.error` and 
`org.apache.spark.sql.error` packages.
   - Marks a bunch of internal classes in the `org.apache.spark.sql` as 
`private[sql]` to remove them from the docs.
   - Moves the `TableValuedFunctionArgument` interface from 
`org.apache.spark.sql` to `org.apache.spark.sql.internal` because it kept 
showing up in the docs.
   
   ### Why are the changes needed?
   Readable docs are important!
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   Manual inspection of the Java and Scala docs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No.


-- 
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