[ 
https://issues.apache.org/jira/browse/HIVE-8866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212337#comment-14212337
 ] 

Hive QA commented on HIVE-8866:
-------------------------------



{color:red}Overall{color}: -1 no tests executed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12681479/HIVE-8866.01.patch

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1789/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1789/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1789/

Messages:
{noformat}
**** This message was trimmed, see log for full details ****

As a result, alternative(s) 9 were disabled for that input
warning(200): IdentifiersParser.g:401:5: 
Decision can match input such as "{KW_LIKE, KW_REGEXP, KW_RLIKE} KW_GROUP 
KW_BY" using multiple alternatives: 2, 9

As a result, alternative(s) 9 were disabled for that input
warning(200): IdentifiersParser.g:401:5: 
Decision can match input such as "KW_BETWEEN KW_MAP LPAREN" using multiple 
alternatives: 8, 9

As a result, alternative(s) 9 were disabled for that input
warning(200): IdentifiersParser.g:401:5: 
Decision can match input such as "{KW_LIKE, KW_REGEXP, KW_RLIKE} KW_DISTRIBUTE 
KW_BY" using multiple alternatives: 2, 9

As a result, alternative(s) 9 were disabled for that input
warning(200): IdentifiersParser.g:526:5: 
Decision can match input such as "{AMPERSAND..BITWISEXOR, DIV..DIVIDE, 
EQUAL..EQUAL_NS, GREATERTHAN..GREATERTHANOREQUALTO, KW_AND, KW_ARRAY, 
KW_BETWEEN..KW_BOOLEAN, KW_CASE, KW_DOUBLE, KW_FLOAT, KW_IF, KW_IN, KW_INT, 
KW_LIKE, KW_MAP, KW_NOT, KW_OR, KW_REGEXP, KW_RLIKE, KW_SMALLINT, 
KW_STRING..KW_STRUCT, KW_TINYINT, KW_UNIONTYPE, KW_WHEN, 
LESSTHAN..LESSTHANOREQUALTO, MINUS..NOTEQUAL, PLUS, STAR, TILDE}" using 
multiple alternatives: 1, 3

As a result, alternative(s) 3 were disabled for that input
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hive-exec ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hive-exec 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (define-classpath) @ hive-exec ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hive-exec ---
[INFO] Compiling 1987 source files to 
/data/hive-ptest/working/apache-svn-trunk-source/ql/target/classes
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinBytesTableContainer.java:
 Some input files use or override a deprecated API.
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinBytesTableContainer.java:
 Recompile with -Xlint:deprecation for details.
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Query.java:
 Some input files use unchecked or unsafe operations.
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Query.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-test-source (add-test-sources) @ 
hive-exec ---
[INFO] Test Source directory: 
/data/hive-ptest/working/apache-svn-trunk-source/ql/target/generated-test-sources/java
 added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hive-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (setup-test-dirs) @ hive-exec ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/ql/target/tmp
    [mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/ql/target/warehouse
    [mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/ql/target/tmp/conf
     [copy] Copying 8 files to 
/data/hive-ptest/working/apache-svn-trunk-source/ql/target/tmp/conf
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
hive-exec ---
[INFO] Compiling 215 source files to 
/data/hive-ptest/working/apache-svn-trunk-source/ql/target/test-classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/plan/TestDropMacroDesc.java:
 Some input files use or override a deprecated API.
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/plan/TestDropMacroDesc.java:
 Recompile with -Xlint:deprecation for details.
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java:
 Some input files use unchecked or unsafe operations.
[WARNING] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[251,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
  required: java.lang.String,java.lang.String
  found: java.lang.String
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[252,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
  required: java.lang.String,java.lang.String
  found: java.lang.String
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[253,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
  required: java.lang.String,java.lang.String
  found: java.lang.String
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[254,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
  required: java.lang.String,java.lang.String
  found: java.lang.String
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[255,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
  required: java.lang.String,java.lang.String
  found: java.lang.String
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[256,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
  required: java.lang.String,java.lang.String
  found: java.lang.String
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java:[111,24]
 method validateMapWorkOperator in class 
org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer cannot be applied to 
given types;
  required: org.apache.hadoop.hive.ql.exec.Operator<? extends 
org.apache.hadoop.hive.ql.plan.OperatorDesc>,org.apache.hadoop.hive.ql.plan.MapWork,boolean
  found: org.apache.hadoop.hive.ql.exec.GroupByOperator,boolean
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java:[191,33]
 method validateMapWorkOperator in class 
org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer cannot be applied to 
given types;
  required: org.apache.hadoop.hive.ql.exec.Operator<? extends 
org.apache.hadoop.hive.ql.plan.OperatorDesc>,org.apache.hadoop.hive.ql.plan.MapWork,boolean
  found: org.apache.hadoop.hive.ql.exec.MapJoinOperator,boolean
  reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java:[207,35]
 method validateMapWorkOperator in class 
org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer cannot be applied to 
given types;
  required: org.apache.hadoop.hive.ql.exec.Operator<? extends 
org.apache.hadoop.hive.ql.plan.OperatorDesc>,org.apache.hadoop.hive.ql.plan.MapWork,boolean
  found: org.apache.hadoop.hive.ql.exec.SMBMapJoinOperator,boolean
  reason: actual and formal argument lists differ in length
[INFO] 9 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Hive .............................................. SUCCESS [11.242s]
[INFO] Hive Shims Common ................................. SUCCESS [7.115s]
[INFO] Hive Shims 0.20 ................................... SUCCESS [3.763s]
[INFO] Hive Shims Secure Common .......................... SUCCESS [5.526s]
[INFO] Hive Shims 0.20S .................................. SUCCESS [2.493s]
[INFO] Hive Shims 0.23 ................................... SUCCESS [7.999s]
[INFO] Hive Shims Scheduler .............................. SUCCESS [1.965s]
[INFO] Hive Shims ........................................ SUCCESS [2.624s]
[INFO] Hive Common ....................................... SUCCESS [27.818s]
[INFO] Hive Serde ........................................ SUCCESS [16.327s]
[INFO] Hive Metastore .................................... SUCCESS [34.537s]
[INFO] Hive Ant Utilities ................................ SUCCESS [1.820s]
[INFO] Hive Query Language ............................... FAILURE [1:11.438s]
[INFO] Hive Service ...................................... SKIPPED
[INFO] Hive Accumulo Handler ............................. SKIPPED
[INFO] Hive JDBC ......................................... SKIPPED
[INFO] Hive Beeline ...................................... SKIPPED
[INFO] Hive CLI .......................................... SKIPPED
[INFO] Hive Contrib ...................................... SKIPPED
[INFO] Hive HBase Handler ................................ SKIPPED
[INFO] Hive HCatalog ..................................... SKIPPED
[INFO] Hive HCatalog Core ................................ SKIPPED
[INFO] Hive HCatalog Pig Adapter ......................... SKIPPED
[INFO] Hive HCatalog Server Extensions ................... SKIPPED
[INFO] Hive HCatalog Webhcat Java Client ................. SKIPPED
[INFO] Hive HCatalog Webhcat ............................. SKIPPED
[INFO] Hive HCatalog Streaming ........................... SKIPPED
[INFO] Hive HWI .......................................... SKIPPED
[INFO] Hive ODBC ......................................... SKIPPED
[INFO] Hive Shims Aggregator ............................. SKIPPED
[INFO] Hive TestUtils .................................... SKIPPED
[INFO] Hive Packaging .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:17.684s
[INFO] Finished at: Fri Nov 14 10:02:25 EST 2014
[INFO] Final Memory: 86M/792M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile 
(default-testCompile) on project hive-exec: Compilation failure: Compilation 
failure:
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[251,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
[ERROR] required: java.lang.String,java.lang.String
[ERROR] found: java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[252,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
[ERROR] required: java.lang.String,java.lang.String
[ERROR] found: java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[253,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
[ERROR] required: java.lang.String,java.lang.String
[ERROR] found: java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[254,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
[ERROR] required: java.lang.String,java.lang.String
[ERROR] found: java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[255,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
[ERROR] required: java.lang.String,java.lang.String
[ERROR] found: java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java:[256,7]
 method addInitialColumn in class 
org.apache.hadoop.hive.ql.exec.vector.VectorizationContext cannot be applied to 
given types;
[ERROR] required: java.lang.String,java.lang.String
[ERROR] found: java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java:[111,24]
 method validateMapWorkOperator in class 
org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer cannot be applied to 
given types;
[ERROR] required: org.apache.hadoop.hive.ql.exec.Operator<? extends 
org.apache.hadoop.hive.ql.plan.OperatorDesc>,org.apache.hadoop.hive.ql.plan.MapWork,boolean
[ERROR] found: org.apache.hadoop.hive.ql.exec.GroupByOperator,boolean
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java:[191,33]
 method validateMapWorkOperator in class 
org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer cannot be applied to 
given types;
[ERROR] required: org.apache.hadoop.hive.ql.exec.Operator<? extends 
org.apache.hadoop.hive.ql.plan.OperatorDesc>,org.apache.hadoop.hive.ql.plan.MapWork,boolean
[ERROR] found: org.apache.hadoop.hive.ql.exec.MapJoinOperator,boolean
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/data/hive-ptest/working/apache-svn-trunk-source/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java:[207,35]
 method validateMapWorkOperator in class 
org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer cannot be applied to 
given types;
[ERROR] required: org.apache.hadoop.hive.ql.exec.Operator<? extends 
org.apache.hadoop.hive.ql.plan.OperatorDesc>,org.apache.hadoop.hive.ql.plan.MapWork,boolean
[ERROR] found: org.apache.hadoop.hive.ql.exec.SMBMapJoinOperator,boolean
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hive-exec
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12681479 - PreCommit-HIVE-TRUNK-Build

> Vectorization on partitioned table throws ArrayIndexOutOfBoundsException when 
> partitions are not of same #of columns
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-8866
>                 URL: https://issues.apache.org/jira/browse/HIVE-8866
>             Project: Hive
>          Issue Type: Bug
>          Components: Vectorization
>    Affects Versions: 0.15.0
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>             Fix For: 0.15.0
>
>         Attachments: HIVE-8866.01.patch
>
>
> Vectorization assumes partitions are of same number of columns, and takes 
> upon # of columns on first read. consequent addPartitionColsToBatch throws 
> ArrayIndexOutOfboundsException if the # columns is bigger.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to