Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17588

LlapRowRecordReader doing name-based field lookup for every column of every row

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • None
    • None

    Description

      setRowFromStruct() is using StructObjectInspector.getStructFieldRef(fieldName), which does a name-based lookup - this can be changed to do an index-based lookup which should be faster.

      Attachments

        1. HIVE-17588.1.patch
          1 kB
          Jason Dere

        Activity

          People

            jdere Jason Dere
            jdere Jason Dere
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: