[ https://issues.apache.org/jira/browse/HIVE-23544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17116160#comment-17116160 ]
Hive QA commented on HIVE-23544: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/13003958/HIVE-23544.01.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 17283 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/22609/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22609/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22609/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 13003958 - PreCommit-HIVE-Build > Add missing StageType enum values to thrift file after HIVE-23351 > ----------------------------------------------------------------- > > Key: HIVE-23544 > URL: https://issues.apache.org/jira/browse/HIVE-23544 > Project: Hive > Issue Type: Bug > Reporter: László Bodor > Assignee: László Bodor > Priority: Major > Attachments: HIVE-23544.01.patch, HIVE-23544.01.patch, > HIVE-23544.01.patch > > > HIVE-23351 adds references to new StageType enum values, but doesn't extend > the thrift file, so a full build from scratch, including thrift generation, > fails. > {code} > mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local > {code} > {code} > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 02:30 min > [INFO] Finished at: 2020-05-24T23:32:13+02:00 > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile > (default-compile) on project hive-exec: Compilation failure: Compilation > failure: > [ERROR] > /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDumpTask.java:[130,21] > cannot find symbol > [ERROR] symbol: variable RANGER_DUMP > [ERROR] location: class org.apache.hadoop.hive.ql.plan.api.StageType > [ERROR] > /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java:[53,21] > cannot find symbol > [ERROR] symbol: variable ACK > [ERROR] location: class org.apache.hadoop.hive.ql.plan.api.StageType > [ERROR] > /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerLoadTask.java:[147,21] > cannot find symbol > [ERROR] symbol: variable RANGER_LOAD > [ERROR] location: class org.apache.hadoop.hive.ql.plan.api.StageType > [ERROR] -> [Help 1] > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)