You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Padma Penumarthy (JIRA)" <ji...@apache.org> on 2018/02/18 19:17:00 UTC

[jira] [Created] (DRILL-6166) RecordBatchSizer does not handle hyper vectors

Padma Penumarthy created DRILL-6166:
---------------------------------------

             Summary: RecordBatchSizer does not handle hyper vectors
                 Key: DRILL-6166
                 URL: https://issues.apache.org/jira/browse/DRILL-6166
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Flow
    Affects Versions: 1.12.0
            Reporter: Padma Penumarthy
            Assignee: Padma Penumarthy
             Fix For: 1.13.0


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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)