[ https://issues.apache.org/jira/browse/HIVE-10444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14520737#comment-14520737 ]
Alexander Pivovarov commented on HIVE-10444: -------------------------------------------- correction {code} if (!fileStatus.isDir()) { .. } else if (fileStatus.isDir()) { // Checking isDir() again? I think "if" statement can be removed. .. } else { // unreachable block below. FindBugs will complain .. } {code} > HIVE-10223 breaks hadoop-1 build > -------------------------------- > > Key: HIVE-10444 > URL: https://issues.apache.org/jira/browse/HIVE-10444 > Project: Hive > Issue Type: Bug > Affects Versions: 1.2.0 > Reporter: Prasanth Jayachandran > Assignee: Chris Nauroth > Attachments: HIVE-10444.1.patch > > > FileStatus.isFile() and FileStatus.isDirectory() methods added in HIVE-10223 > are not present in hadoop 1. -- This message was sent by Atlassian JIRA (v6.3.4#6332)