Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1532

[Python] Referencing an Empty Schema causes a SegFault

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.7.0
    • Python
    • MacOS 10.12.6
      Python 2.7.13

    Description

      Creating an empty schema and calling it will cause a segfault. Seems similar to the same issue with Table().

      >>> import pyarrow as pa
      >>> bb = pa.Schema()
      >>> bb
      Segmentation fault: 11
      

      Attachments

        Issue Links

          Activity

            People

              cpcloud Phillip Cloud
              andrew.w.gross@gmail.com Andrew Gross
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: