XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • PySpark
    • None

    Description

      See:

      spark.conf.set("spark.sql.execution.arrow.enabled", "false")
      df = spark.createDataFrame([[bytearray("a")]])
      df.toPandas()
      spark.conf.set("spark.sql.execution.arrow.enabled", "true")
      df.toPandas()
      
           _1
      0  [97]
        _1
      0  a
      

      We didn't finish binary type in Arrow conversion at Python side. We should disallow it.
      Same thine applies to nested timestamps.

      Attachments

        Issue Links

          Activity

            People

              gurwls223 Hyukjin Kwon
              gurwls223 Hyukjin Kwon
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: