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 2022/10/18 09:45:39 UTC

[GitHub] [flink] zentol commented on a diff in pull request #21096: [FLINK-29668][Gelly] Remove Gelly

zentol commented on code in PR #21096:
URL: https://github.com/apache/flink/pull/21096#discussion_r997976622


##########
flink-java/src/main/java/org/apache/flink/api/java/utils/DataSetUtils.java:
##########
@@ -412,8 +412,7 @@ public TupleSummaryAggregator<R> reduce(
      *
      * @return A ChecksumHashCode that represents the count and checksum of elements in the data
      *     set.
-     * @deprecated replaced with {@code org.apache.flink.graph.asm.dataset.ChecksumHashCode} in
-     *     Gelly
+     * @deprecated replaced with {@code org.apache.flink.api.java.ChecksumHashCode}

Review Comment:
   `ChecksumHashCode` is not really a replacement.
   Let's just say this method will simply be removed at some point.



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org