[ https://issues.apache.org/jira/browse/HIVE-11511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680606#comment-14680606 ]
Hive QA commented on HIVE-11511: -------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12749598/HIVE-11511.1.patch {color:green}SUCCESS:{color} +1 9347 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4907/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4907/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4907/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12749598 - PreCommit-HIVE-TRUNK-Build > Output the message of orcfiledump when ORC files are not specified > ------------------------------------------------------------------ > > Key: HIVE-11511 > URL: https://issues.apache.org/jira/browse/HIVE-11511 > Project: Hive > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Shinichi Yamashita > Assignee: Shinichi Yamashita > Labels: orcfile > Attachments: HIVE-11511.1.patch > > > When I execute the orcfiledump command without specifying a ORC file, any > message is not output and return value is 0. > {code} > [root@hive hive]# /usr/local/hive/bin/hive --orcfiledump > [root@hive hive]# echo $? > 0 > {code} > For this behavior, I will be modified to output a error message. -- This message was sent by Atlassian JIRA (v6.3.4#6332)