[ 
https://issues.apache.org/jira/browse/HCATALOG-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mithun Radhakrishnan updated HCATALOG-559:
------------------------------------------

    Attachment: HCATALOG-559.patch

The fix is here.
                
> Fix trivial build warnings in HCat trunk.
> -----------------------------------------
>
>                 Key: HCATALOG-559
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-559
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Mithun Radhakrishnan
>            Priority: Trivial
>         Attachments: HCATALOG-559.patch
>
>
> A couple of build warnings pop up when building HCat trunk/ from scratch:
> 1. FileOutputFormatContainer::checkOutputSpecs(): The catch(TException) block 
> sits ahead of catch(NoSuchObjectException) and thus masks the latter (since 
> NoSuchObjectException extends TException). Also, the handling is identical 
> for each. The second block can be removed.
> 2. HCatOutputFormat::setOutput(): Documentation for the first method refers 
> to the second, but with incorrect arguments. 
> I'll correct these and post a patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to