[
https://issues.apache.org/jira/browse/HIVE-23492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17110723#comment-17110723
]
Hive QA commented on HIVE-23492:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/13003309/HIVE-23492.03.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 17269 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.io.TestAcidUtils.testBaseDeltas (batchId=260)
org.apache.hadoop.hive.ql.io.TestAcidUtils.testBaseWithDeleteDeltas
(batchId=260)
org.apache.hadoop.hive.ql.io.TestAcidUtils.testObsoleteOriginals (batchId=260)
org.apache.hadoop.hive.ql.io.TestAcidUtils.testOverlapingDelta (batchId=260)
org.apache.hadoop.hive.ql.io.TestAcidUtils.testOverlapingDelta2 (batchId=260)
org.apache.hadoop.hive.ql.io.TestAcidUtils.testOverlapingDeltaAndDeleteDelta
(batchId=260)
org.apache.hadoop.hive.ql.io.TestAcidUtils.testRecursiveDirListingIsNotReusedWhenSnapshotFalse
(batchId=260)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/22444/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22444/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22444/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 7 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 13003309 - PreCommit-HIVE-Build
> Remove unnecessary FileSystem#exists calls from ql module
> ---------------------------------------------------------
>
> Key: HIVE-23492
> URL: https://issues.apache.org/jira/browse/HIVE-23492
> Project: Hive
> Issue Type: Improvement
> Reporter: Karen Coppage
> Assignee: Karen Coppage
> Priority: Major
> Attachments: HIVE-23492.01.patch, HIVE-23492.02.patch,
> HIVE-23492.03.patch
>
>
> Wherever there is an exists() call before open() or delete(), remove it and
> infer from the FileNotFoundException raised in open/delete that the file does
> not exist. Exists() just checks for a FileNotFoundException so it's a waste
> of time, especially on clunkier FSes
--
This message was sent by Atlassian Jira
(v8.3.4#803005)