[
https://issues.apache.org/jira/browse/HIVE-25960?focusedWorklogId=728118&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728118
]
ASF GitHub Bot logged work on HIVE-25960:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Feb/22 10:38
Start Date: 16/Feb/22 10:38
Worklog Time Spent: 10m
Work Description: ayushtkn commented on pull request #3031:
URL: https://github.com/apache/hive/pull/3031#issuecomment-1041346932
Got introduced as part of HIVE-22411.
@abstractdog any pointers on this. I see only you amongst the people
involved there active :-)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 728118)
Remaining Estimate: 0h
Time Spent: 10m
> Fix S3a recursive listing logic
> -------------------------------
>
> Key: HIVE-25960
> URL: https://issues.apache.org/jira/browse/HIVE-25960
> Project: Hive
> Issue Type: Bug
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> To make the path relative:
> Path relativePath = new
> Path(each.getPath().toString().replace(base.toString(), ""));
>
> Here base in the FileStatus not the path. It should be
> base.getPath().toString() and instead of replace it should be replaceFirst()
--
This message was sent by Atlassian Jira
(v8.20.1#820001)