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

[Go] properly handle sub-slice of List

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.14.0
    • Go

    Description

      consider an `array.List` with the following content:

      `[[0 1 2] (null) [3 4 5 6]]`

       

      sub-slicing it with `array.NewSlice(arr, 1, 3)`, we get:

      `[(null) []]` instead of `[(null) [3 4 5 6]]`

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sbinet Sebastien Binet
              Votes:
              0 Vote for this issue
              Watchers:
              2 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 - 50m
                  50m