[ https://issues.apache.org/jira/browse/HIVE-23608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125723#comment-17125723 ]
Hive QA commented on HIVE-23608: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/13004779/HIVE-23608.01.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 17102 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/22741/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22741/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22741/ 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 {noformat} This message is automatically generated. ATTACHMENT ID: 13004779 - PreCommit-HIVE-Build > Change an FS#exists call to FS#isFile call in AcidUtils > ------------------------------------------------------- > > Key: HIVE-23608 > URL: https://issues.apache.org/jira/browse/HIVE-23608 > Project: Hive > Issue Type: Improvement > Reporter: Karen Coppage > Assignee: Karen Coppage > Priority: Major > Attachments: HIVE-23608.01.patch > > > Currently S3AFileSystem#isFile and S3AFileSystem#exists have the same > implementation. HADOOP-13230 will optimize S3AFileSystem#isFile by only doing > a HEAD request for the file; no need for a LIST probe for a directory (isDir > will do that). S3AFileSystem#exists will still need both. > This and HIVE-23533 will get rid of the last exists() calls in AcidUtils. -- This message was sent by Atlassian Jira (v8.3.4#803005)