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

[Java] AbstractStructVector#getPrimitiveVectors fails to work with complex child vectors

    XMLWordPrintableJSON

Details

    Description

      Currently in AbstractStructVector#getPrimitiveVectors, only struct type child vectors will recursively get primitive vectors, other complex type like ListVector, UnionVector was treated as primitive type and return directly.

      For example, Struct(List(Int), Struct(Int, Varchar)) getPrimitiveVectors should return [IntVector, IntVector, VarCharVector] instead of [ListVector, IntVector, VarCharVector]

      Attachments

        Issue Links

          Activity

            People

              tianchen92 Ji Liu
              tianchen92 Ji Liu
              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 - 1h 10m
                  1h 10m