DieterDP-ng commented on code in PR #6292: URL: https://github.com/apache/hadoop/pull/6292#discussion_r1475773739
########## hadoop-common-project/hadoop-common/src/site/markdown/filesystem/abortable.md: ########## @@ -87,15 +87,14 @@ for example. output streams returned by the S3A FileSystem. The stream MUST implement `Abortable` and `StreamCapabilities`. -```python - if unsupported: +``` Review Comment: Ah, I considered the python tags detrimental because my IDE (Intellij) had totally incorrect syntax highlights for these snippets, because they are not valid Python. Specifically, the `FS'` causes the IDE to think a string is being defined. But I'm fine with re-applying the python tags. -- 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]
