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

[Java] templates/FixValueVectors reset() method doesn't set allocationSizeInBytes correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5.0
    • 0.6.0
    • Java
    • None

    Description

      siddteotia pointed out reset() in templates/FixValueVectors.java should set:

      allocationSizeInBytes = INITIAL_VALUE_ALLOCATION * ${type.width}
      

      instead of:

      allocationSizeInBytes = INITIAL_VALUE_ALLOCATION
      

      Attachments

        Activity

          People

            icexelloss Li Jin
            icexelloss Li Jin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: