Skip to content

Commit

Permalink
[hotfix][doc] Correct FSDataInputStream in FileSystem document
Browse files Browse the repository at this point in the history
This closes #13620
  • Loading branch information
zhuxiaoshang committed Oct 29, 2020
1 parent 789d8b6 commit 234b814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
* is frequently shared across multiple threads in Flink and must be able to concurrently
* create input/output streams and list file metadata.
*
* <p>The {@link FSDataOutputStream} and {@link FSDataOutputStream} implementations are strictly
* <p>The {@link FSDataInputStream} and {@link FSDataOutputStream} implementations are strictly
* <b>not thread-safe</b>. Instances of the streams should also not be passed between threads
* in between read or write operations, because there are no guarantees about the visibility of
* operations across threads (many operations do not create memory fences).
Expand Down

0 comments on commit 234b814

Please sign in to comment.