[
https://issues.apache.org/jira/browse/HADOOP-15136?focusedWorklogId=486299&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-486299
]
ASF GitHub Bot logged work on HADOOP-15136:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/20 17:30
Start Date: 18/Sep/20 17:30
Worklog Time Spent: 10m
Work Description: steveloughran commented on pull request #2314:
URL: https://github.com/apache/hadoop/pull/2314#issuecomment-694992818
Merged.
David, if you are getting into rename semantics know that nobody is
confident enough about it to be certain about what happens in cases, we know
HDFS gets it "wrong" in some. If you have spare time a review of #743 would be
wonderful.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 486299)
Time Spent: 0.5h (was: 20m)
> Typo in rename spec pseudocode
> ------------------------------
>
> Key: HADOOP-15136
> URL: https://issues.apache.org/jira/browse/HADOOP-15136
> Project: Hadoop Common
> Issue Type: Bug
> Components: documentation
> Reporter: Rae Marks
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Location of issue: [rename spec
> documentation|https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/filesystem/filesystem.html#boolean_renamePath_src_Path_d]
> The text description for what rename does in the case when the destination
> exists and is a directory is correct. However, the pseudocode is not.
> What is written:
> {code}
> let dest = if (isDir(FS, src) and d != src) :
> d + [filename(src)]
> else :
> d
> {code}
> What I expected:
> {{isDir(FS, src)}} should be {{isDir(FS, d)}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]