You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2023/03/08 03:18:00 UTC

[jira] [Created] (SPARK-42707) Remove experimental warning in developer documentation

Hyukjin Kwon created SPARK-42707:
------------------------------------

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


{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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org