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

[Python] Segmentation fault on ChunkedArray.take

    XMLWordPrintableJSON

Details

    Description

      This leads to a segementation fault with the latest conda nigthlies on Python 3.8 / macOS

      import pyarrow as pa
      import numpy as np
      
      arr = pa.chunked_array([
        [
          "m",
          "J",
          "q",
          "k",
          "t"
        ],
        [
          "m",
          "J",
          "q",
          "k",
          "t"
        ]
      ])
      
      indices = np.array([0, 5, 1, 6, 2, 7, 3, 8, 4, 9])
      arr.take(indices)
      

      Attachments

        Issue Links

          Activity

            People

              kszucs Krisztian Szucs
              uwe Uwe Korn
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2h
                  2h