[jira] [Updated] (SPARK-42693) API Auditing

2024-01-17 Thread Xinrong Meng (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-42693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xinrong Meng updated SPARK-42693:
-
Parent: SPARK-42523
Issue Type: Sub-task  (was: Story)

> API Auditing
> 
>
> Key: SPARK-42693
> URL: https://issues.apache.org/jira/browse/SPARK-42693
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark, Spark Core, SQL, Structured Streaming
>Affects Versions: 3.4.0
>Reporter: Xinrong Meng
>Assignee: Xinrong Meng
>Priority: Blocker
>
> 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-42693) API Auditing

2023-03-23 Thread Xinrong Meng (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-42693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xinrong Meng updated SPARK-42693:
-
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

  was:
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:
 * [https://github.com/apache/spark-website/pull/443] shows most of the API doc 
differences between 3.3.2 and the 3.4.0 RC4(the latest RC); commits are 
categorized by components
 * 'git diff' to check the source code differences between v3.3.2 and branch-3.4
 * build a local website against branch-3.4 to check


> API Auditing
> 
>
> Key: SPARK-42693
> URL: https://issues.apache.org/jira/browse/SPARK-42693
> Project: Spark
>  Issue Type: Story
>  Components: ML, PySpark, Spark Core, SQL, Structured Streaming
>Affects Versions: 3.4.0
>Reporter: Xinrong Meng
>Assignee: Xinrong Meng
>Priority: Blocker
>
> 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-42693) API Auditing

2023-03-23 Thread Xinrong Meng (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-42693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xinrong Meng updated SPARK-42693:
-
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:
 * [https://github.com/apache/spark-website/pull/443] shows most of the API doc 
differences between 3.3.2 and the 3.4.0 RC4(the latest RC); commits are 
categorized by components
 * 'git diff' to check the source code differences between v3.3.2 and branch-3.4
 * build a local website against branch-3.4 to check

  was:Audit user-facing API of Spark 3.4.


> API Auditing
> 
>
> Key: SPARK-42693
> URL: https://issues.apache.org/jira/browse/SPARK-42693
> Project: Spark
>  Issue Type: Story
>  Components: ML, PySpark, Spark Core, SQL, Structured Streaming
>Affects Versions: 3.4.0
>Reporter: Xinrong Meng
>Assignee: Xinrong Meng
>Priority: Blocker
>
> 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:
>  * [https://github.com/apache/spark-website/pull/443] shows most of the API 
> doc differences between 3.3.2 and the 3.4.0 RC4(the latest RC); commits are 
> categorized by components
>  * 'git diff' to check the source code differences between v3.3.2 and 
> branch-3.4
>  * build a local website against branch-3.4 to check



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-42693) API Auditing

2023-03-20 Thread Xinrong Meng (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-42693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xinrong Meng updated SPARK-42693:
-
Issue Type: Story  (was: Task)

> API Auditing
> 
>
> Key: SPARK-42693
> URL: https://issues.apache.org/jira/browse/SPARK-42693
> Project: Spark
>  Issue Type: Story
>  Components: ML, PySpark, Spark Core, SQL, Structured Streaming
>Affects Versions: 3.4.0
>Reporter: Xinrong Meng
>Assignee: Xinrong Meng
>Priority: Blocker
>
> Audit user-facing API of Spark 3.4.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-42693) API Auditing

2023-03-20 Thread Xinrong Meng (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-42693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xinrong Meng updated SPARK-42693:
-
Parent: (was: SPARK-42523)
Issue Type: Task  (was: Sub-task)

> API Auditing
> 
>
> Key: SPARK-42693
> URL: https://issues.apache.org/jira/browse/SPARK-42693
> Project: Spark
>  Issue Type: Task
>  Components: ML, PySpark, Spark Core, SQL, Structured Streaming
>Affects Versions: 3.4.0
>Reporter: Xinrong Meng
>Assignee: Xinrong Meng
>Priority: Blocker
>
> Audit user-facing API of Spark 3.4.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-42693) API Auditing

2023-03-14 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-42693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-42693:
--
Target Version/s: 3.4.0

> API Auditing
> 
>
> Key: SPARK-42693
> URL: https://issues.apache.org/jira/browse/SPARK-42693
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark, Spark Core, SQL, Structured Streaming
>Affects Versions: 3.4.0
>Reporter: Xinrong Meng
>Assignee: Xinrong Meng
>Priority: Blocker
>
> Audit user-facing API of Spark 3.4.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org