Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-344

Support using the new Decimal64ColumnVector for reading and writing decimal

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • Java
    • None

    Description

      Hive just added Decimal64ColumnVector for faster operations on decimal objects that are <= 18 digits of precision.

      I propose:

      • We create a new method in TypeDescription to create the VectorizedRowBatch with the new Decimal64ColumnVector.
      • Have the reader and writer detect the ColumnVector type and call the right internal method.

      This leaves current clients working using the current ColumnVector. Clients can chose when to transition to the new interface.

      Attachments

        Issue Links

          Activity

            People

              omalley Owen O'Malley
              omalley Owen O'Malley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: