Skip to content

Commit

Permalink
[SPARK-42707][CONNECT][DOCS] Update developer documentation about API…
Browse files Browse the repository at this point in the history
… stability warning

### What changes were proposed in this pull request?

This PR updates the developer documentation by removing the warnings about API compatibility.

### Why are the changes needed?

We actually are going to keep the compatibility there. Such warnings cause a misconception that we can just break the compatibility there.

### Does this PR introduce _any_ user-facing change?

No, it's developer-only docs.

### How was this patch tested?

Linters in CI should test it out.

Closes apache#40325 from HyukjinKwon/SPARK-42707.

Lead-authored-by: Hyukjin Kwon <[email protected]>
Co-authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
  • Loading branch information
2 people authored and zhengruifeng committed Mar 8, 2023
1 parent aa8b41c commit b63c11c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions connector/connect/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions python/pyspark/sql/connect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 client"""

0 comments on commit b63c11c

Please sign in to comment.