You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/19 08:33:36 UTC

[GitHub] [flink] liyafan82 commented on a change in pull request #8173: [FLINK-12189][Runtime]Fix bugs and typos in memory management related…

liyafan82 commented on a change in pull request #8173: [FLINK-12189][Runtime]Fix bugs and typos in memory management related…
URL: https://github.com/apache/flink/pull/8173#discussion_r295180168
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/memory/MemorySegment.java
 ##########
 @@ -1272,7 +1272,7 @@ else if (target.address > target.addressLimit) {
 
 	/**
 	 * Bulk copy method. Copies {@code numBytes} bytes to target unsafe object and pointer.
-	 * NOTE: This is a unsafe method, no check here, please be carefully.
+	 * NOTE: This is a unsafe method, no check here, please be careful.
 
 Review comment:
   Thanks for the good cache. This PR is about to be closed. Please look at here:
   https://github.com/apache/flink/pull/8408

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services