Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6166

RecordBatchSizer does not handle hyper vectors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 1.12.0
    • None
    • Execution - Flow
    • None

    Description

      RecordBatchSizer throws an exception when incoming batch has hyper vector.

      (java.lang.UnsupportedOperationException) null
      org.apache.drill.exec.record.HyperVectorWrapper.getValueVector():61
      org.apache.drill.exec.record.RecordBatchSizer.<init>():346
      org.apache.drill.exec.record.RecordBatchSizer.<init>():311
      org.apache.drill.exec.physical.impl.aggregate.StreamingAggBatch$StreamingAggregateMemoryManager.update():198
      org.apache.drill.exec.physical.impl.aggregate.StreamingAggBatch.innerNext():328
      org.apache.drill.exec.record.AbstractRecordBatch.next():164
      org.apache.drill.exec.physical.impl.validate.IteratorValidatorBatchIterator.next():228
      org.apache.drill.exec.physical.impl.BaseRootExec.next():105
      org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec.innerNext():155
      org.apache.drill.exec.physical.impl.BaseRootExec.next():95
      org.apache.drill.exec.work.fragment.FragmentExecutor$1.run():233
      org.apache.drill.exec.work.fragment.FragmentExecutor$1.run():226
      java.security.AccessController.doPrivileged():-2
      javax.security.auth.Subject.doAs():422
      org.apache.hadoop.security.UserGroupInformation.doAs():1657
      org.apache.drill.exec.work.fragment.FragmentExecutor.run():226
      org.apache.drill.common.SelfCleaningRunnable.run():38
      java.util.concurrent.ThreadPoolExecutor.runWorker():1142
      java.util.concurrent.ThreadPoolExecutor$Worker.run():617
      java.lang.Thread.run():745

      Attachments

        Activity

          People

            ppenumarthy Padma Penumarthy
            ppenumarthy Padma Penumarthy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: