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

Philip Zeyliger updated HIVE-1692:
----------------------------------

    Attachment: HIVE-1692.patch.txt

I'll spare folks downloading the attachment:

{noformat}
-            + inputFormatClass.getName() + " as specified in mapredWork!");
+            + inputFormatClass.getName() + " as specified in mapredWork!", e);
{noformat}

> FetchOperator.getInputFormatFromCache hides causal exception
> ------------------------------------------------------------
>
>                 Key: HIVE-1692
>                 URL: https://issues.apache.org/jira/browse/HIVE-1692
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>    Affects Versions: 0.7.0
>            Reporter: Philip Zeyliger
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1692.patch.txt
>
>
> There's a line in FetchOperator.getInputFormatFromCache that catches all 
> exceptions and re-throws IOException instead, hiding the original cause.  I 
> ran into this, naturally, and wish to fix it.  Patch below is trivial.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to