DieterDP-ng commented on code in PR #6292: URL: https://github.com/apache/hadoop/pull/6292#discussion_r1475781381
########## hadoop-common-project/hadoop-common/src/site/markdown/filesystem/filesystem.md: ########## @@ -432,7 +432,7 @@ of data which must be collected in a single RPC call. #### Preconditions - exists(FS, path) else raise FileNotFoundException + if not exists(FS, path) : raise FileNotFoundException Review Comment: Either form is understandable imo, just thought the suggested form is more in line with the remainder of the docs which uses pythonesque code. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
