XMLWordPrintableJSON

Details

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

    Description

      File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/readwriter.py", line 369, in pyspark.sql.connect.readwriter.DataFrameWriter.insertInto
      Failed example:
          df.write.saveAsTable("tblA")
      Exception raised:
          Traceback (most recent call last):
            File "/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/doctest.py", line 1350, in __run
              exec(compile(example.source, filename, "single",
            File "<doctest pyspark.sql.connect.readwriter.DataFrameWriter.insertInto[2]>", line 1, in <module>
              df.write.saveAsTable("tblA")
            File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/readwriter.py", line 350, in saveAsTable
              self._spark.client.execute_command(self._write.command(self._spark.client))
            File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/client.py", line 459, in execute_command
              self._execute(req)
            File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/client.py", line 547, in _execute
              self._handle_error(rpc_error)
            File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/client.py", line 623, in _handle_error
              raise SparkConnectException(status.message, info.reason) from None
          pyspark.sql.connect.client.SparkConnectException: (java.lang.ClassNotFoundException) .DefaultSource

      Attachments

        Activity

          People

            ueshin Takuya Ueshin
            techaddict Sandeep Singh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: