[ 
https://issues.apache.org/jira/browse/HADOOP-15136?focusedWorklogId=486281&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-486281
 ]

ASF GitHub Bot logged work on HADOOP-15136:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Sep/20 16:59
            Start Date: 18/Sep/20 16:59
    Worklog Time Spent: 10m 
      Work Description: tucked opened a new pull request #2314:
URL: https://github.com/apache/hadoop/pull/2314


   https://issues.apache.org/jira/browse/HADOOP-15136
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 486281)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to