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

Vectorization: Decimal64 columns don't work with VectorizedBatchUtil.makeLikeColumnVector(ColumnVector)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.0.0-alpha-1
    • Vectorization
    • None

    Description

          if (source instanceof Decimal64ColumnVector) {
            Decimal64ColumnVector dec64ColVector = (Decimal64ColumnVector) source;
            return new DecimalColumnVector(dec64ColVector.vector.length,
                dec64ColVector.precision,
                dec64ColVector.scale);
          }
      

      This means that the operators need to change between the original and copy of the vector shapes.

      Attachments

        1. HIVE-22540.1.patch
          0.9 kB
          Gopal Vijayaraghavan

        Issue Links

          Activity

            People

              gopalv Gopal Vijayaraghavan
              gopalv Gopal Vijayaraghavan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: