Aggarwal-Raghav commented on PR #6579:
URL: https://github.com/apache/hive/pull/6579#issuecomment-4905689844

   **Sharing MORE Context**, I observed 1 more stacktrace similar to this in 
`hive-server2.err` file, but the flow is similar. So, i guess it will be fixed 
by this PR.
   ```
   Caused by: java.lang.RuntimeException: 
org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while 
processing vector batch (tag=0) (vectorizedVertexNum 2)
        at 
org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.pushRecord(ReduceRecordSource.java:410)
        at 
org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.pushRecord(ReduceRecordSource.java:258)
        at 
org.apache.hadoop.hive.ql.exec.tez.ReduceRecordProcessor.run(ReduceRecordProcessor.java:291)
        at 
org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:293)
        ... 16 more
   Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime 
Error while processing vector batch (tag=0) (vectorizedVertexNum 2)
        at 
org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.processVectorGroup(ReduceRecordSource.java:518)
        at 
org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.pushRecordVector(ReduceRecordSource.java:401)
        ... 19 more
   Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 49 out of bounds 
for length 47
        at 
org.apache.hadoop.hive.ql.exec.vector.expressions.gen.StringGroupColEqualStringGroupScalarBase.evaluate(StringGroupColEqualStringGroupScalarBase.java:67)
        at 
org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression.evaluateChildren(VectorExpression.java:323)
        at 
org.apache.hadoop.hive.ql.exec.vector.expressions.gen.IfExprLongScalarLongScalar.evaluate(IfExprLongScalarLongScalar.java:67)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFEvaluatorBase.evaluateInputExpr(VectorPTFEvaluatorBase.java:91)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFEvaluatorLongSum.evaluateGroupBatch(VectorPTFEvaluatorLongSum.java:45)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFGroupBatches.runEvaluator(VectorPTFGroupBatches.java:982)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFGroupBatches$BlockIterator.run(VectorPTFGroupBatches.java:263)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFGroupBatches.runEvaluatorOnRange(VectorPTFGroupBatches.java:894)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFGroupBatches.runEvaluatorForRow(VectorPTFGroupBatches.java:874)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFGroupBatches.finishPartition(VectorPTFGroupBatches.java:444)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFOperator.finishPartition(VectorPTFOperator.java:632)
        at 
org.apache.hadoop.hive.ql.exec.vector.ptf.VectorPTFOperator.process(VectorPTFOperator.java:402)
        at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:919)
        at 
org.apache.hadoop.hive.ql.exec.vector.VectorSelectOperator.process(VectorSelectOperator.java:158)
        at 
org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.processVectorGroup(ReduceRecordSource.java:502)
        ... 20 more
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to