DieterDP-ng commented on code in PR #6292: URL: https://github.com/apache/hadoop/pull/6292#discussion_r1475786033
########## hadoop-common-project/hadoop-common/src/site/markdown/filesystem/filesystem.md: ########## @@ -826,9 +826,9 @@ any successors. #### Postconditions - result = FSDataInputStream(0, FS.Files[p]) + result = FSDataInputStream(0, FS'.Files[p]) -The result provides access to the byte array defined by `FS.Files[p]`; whether that +The result provides access to the byte array defined by `FS'.Files[p]`; whether that Review Comment: Aha, I then misinterpreted > The suffix “’” (single quote) is used as the convention to indicate the state of the system after an operation on https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/filesystem/notation.html I'll add a small clarification there, and revert this. -- 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]
