Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-41284 Feature parity: I/O in Spark Connect
  3. SPARK-42002

Implement DataFrameWriterV2 (ReadwriterV2Tests)

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • Connect
    • None

    Description

      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
      

      Attachments

        Activity

          People

            techaddict Sandeep Singh
            gurwls223 Hyukjin Kwon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: