[ 
https://issues.apache.org/jira/browse/HIVE-24484?focusedWorklogId=619976&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619976
 ]

ASF GitHub Bot logged work on HIVE-24484:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jul/21 13:31
            Start Date: 07/Jul/21 13:31
    Worklog Time Spent: 10m 
      Work Description: belugabehr commented on a change in pull request #1742:
URL: https://github.com/apache/hive/pull/1742#discussion_r665373095



##########
File path: 
llap-server/src/java/org/apache/hadoop/hive/llap/io/api/impl/LlapInputFormat.java
##########
@@ -137,6 +137,8 @@
       // This starts the reader in the background.
       rr.start();
       return result;
+    } catch (IOException ioe) {

Review comment:
       Hey @pgaref,
   
   Ya, this is required.  Based on the `InvalidInputException` (which is a 
subclass of `IOException`) changes in HDFS, this code is require to pass the 
`InvalidInputException` up to the caller directly, otherwise, in the 
`Exception` block, it gets wrapped in yet another `IOException` and that caller 
is no longer able to detect the `InvalidInputException`.
   
   I hope that makes sense.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 619976)
    Time Spent: 3.05h  (was: 2h 53m)

> Upgrade Hadoop to 3.3.1
> -----------------------
>
>                 Key: HIVE-24484
>                 URL: https://issues.apache.org/jira/browse/HIVE-24484
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 3.05h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to