[ 
https://issues.apache.org/jira/browse/SPARK-42002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17688832#comment-17688832
 ] 

Apache Spark commented on SPARK-42002:
--------------------------------------

User 'zhengruifeng' has created a pull request for this issue:
https://github.com/apache/spark/pull/40030

> Implement DataFrameWriterV2 (ReadwriterV2Tests)
> -----------------------------------------------
>
>                 Key: SPARK-42002
>                 URL: https://issues.apache.org/jira/browse/SPARK-42002
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect
>    Affects Versions: 3.4.0
>            Reporter: Hyukjin Kwon
>            Assignee: Sandeep Singh
>            Priority: Major
>             Fix For: 3.4.0
>
>
> {code}
> pyspark/sql/tests/test_readwriter.py:182 (ReadwriterV2ParityTests.test_api)
> self = 
> <pyspark.sql.tests.connect.test_parity_readwriter.ReadwriterV2ParityTests 
> testMethod=test_api>
>     def test_api(self):
>         df = self.df
> >       writer = df.writeTo("testcat.t")
> ../test_readwriter.py:185: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> self = DataFrame[key: bigint, value: string], args = ('testcat.t',), kwargs = 
> {}
>     def writeTo(self, *args: Any, **kwargs: Any) -> None:
> >       raise NotImplementedError("writeTo() is not implemented.")
> E       NotImplementedError: writeTo() is not implemented.
> ../../connect/dataframe.py:1529: NotImplementedError
> {code}



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