[
https://issues.apache.org/jira/browse/SPARK-42707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruifeng Zheng resolved SPARK-42707.
-----------------------------------
Fix Version/s: 3.4.0
Resolution: Fixed
Issue resolved by pull request 40325
[https://github.com/apache/spark/pull/40325]
> Remove experimental warning in developer documentation
> ------------------------------------------------------
>
> Key: SPARK-42707
> URL: https://issues.apache.org/jira/browse/SPARK-42707
> Project: Spark
> Issue Type: Sub-task
> Components: Connect
> Affects Versions: 3.4.0
> Reporter: Hyukjin Kwon
> Assignee: Hyukjin Kwon
> Priority: Major
> Fix For: 3.4.0
>
>
> {code}
> diff --git a/connector/connect/README.md b/connector/connect/README.md
> index 6567daf5504..dfe49cea3df 100644
> --- a/connector/connect/README.md
> +++ b/connector/connect/README.md
> @@ -1,8 +1,5 @@
> # Spark Connect
> -**Spark Connect is a strictly experimental feature and under heavy
> development.
> -All APIs should be considered volatile and should not be used in
> production.**
> -
> This module contains the implementation of Spark Connect which is a logical
> plan
> facade for the implementation in Spark. Spark Connect is directly integrated
> into the build
> of Spark.
> diff --git a/python/pyspark/sql/connect/__init__.py
> b/python/pyspark/sql/connect/__init__.py
> index 9bd4513db22..8b5d30e214c 100644
> --- a/python/pyspark/sql/connect/__init__.py
> +++ b/python/pyspark/sql/connect/__init__.py
> @@ -15,5 +15,4 @@
> # limitations under the License.
> #
> -"""Currently Spark Connect is very experimental and the APIs to interact with
> -Spark through this API are can be changed at any time without warning."""
> +"""Spark Connect cleint"""
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]