Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Done
-
3.4.0
-
None
-
None
Description
Audit user-facing API of Spark 3.4. The main goal is to ensure public API docs to be ready for release, for example, no private classes/methods is leaking and marked public.
There are 3 common ways to audit API:
- build docs (into a local website) against branch-3.4 to check
- 'git diff' to check the source code differences between v3.3.2 and branch-3.4
- https://github.com/apache/spark-website/pull/443 shows most of the API doc differences between v3.3.2 and the 3.4.0 RC4(the latest RC); commits are categorized by components
Attachments
Issue Links
- is a child of
-
SPARK-42523 Apache Spark 3.4 release
- Resolved
Hi, XinrongM. This JIRA is open as a `Blocker` issue, but there is no activity.
Could you share the progress please, XinrongM?