Calili dos Santos Silva created SPARK-53297:
-----------------------------------------------

             Summary: Fix StreamingTable Declarative Pipelines API docstring
                 Key: SPARK-53297
                 URL: https://issues.apache.org/jira/browse/SPARK-53297
             Project: Spark
          Issue Type: Documentation
          Components: Declarative Pipelines, Documentation, PySpark
    Affects Versions: 4.0.0, 3.5.6, 3.5.5
            Reporter: Calili dos Santos Silva
             Fix For: 4.0.1, 3.5.7, 4.0.0, 3.5.6


The objective is fix the docstring of the class StreamingTable in 
python/pyspark/pipelines/dataset.py

 

* Currently:

"""Definition of a materialized view in a pipeline dataflow graph. A streaming 
table is a
    table whose contents are produced by one or more streaming flows."""

 

* Fixed:

"""Definition of a streaming table in a pipeline dataflow graph. A streaming 
table is a
    table whose contents are produced by one or more streaming flows."""



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

Reply via email to