[ 
https://issues.apache.org/jira/browse/HADOOP-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813583#comment-17813583
 ] 

ASF GitHub Bot commented on HADOOP-18987:
-----------------------------------------

DieterDP-ng commented on code in PR #6292:
URL: https://github.com/apache/hadoop/pull/6292#discussion_r1475779161


##########
hadoop-common-project/hadoop-common/src/site/markdown/filesystem/filesystem.md:
##########
@@ -88,7 +88,7 @@ Get the status of a path
             stat.length = len(FS.Files[p])
             stat.isdir = False
             stat.blockSize > 0
-        elif isDir(FS, p) :
+        elif isDirectory(FS, p) :

Review Comment:
   Indeed, missed that. Also changed line 67 to reflect that.





> Corrections to Hadoop FileSystem API Definition
> -----------------------------------------------
>
>                 Key: HADOOP-18987
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18987
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 3.3.6
>            Reporter: Dieter De Paepe
>            Assignee: Dieter De Paepe
>            Priority: Minor
>              Labels: pull-request-available
>
> I noticed a lot of inconsistencies, typos and informal statements in the 
> "formal" FileSystem API definition 
> ([https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/filesystem/index.html)]
> Creating this ticket to link my PR against.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to