You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2023/02/15 05:33:00 UTC

[jira] [Commented] (SPARK-42002) Implement DataFrameWriterV2 (ReadwriterV2Tests)

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