1996fanrui commented on code in PR #24717:
URL: https://github.com/apache/flink/pull/24717#discussion_r1579104254


##########
flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/NoFetchingInput.java:
##########
@@ -65,6 +65,10 @@ public boolean canReadLong() throws KryoException {
      */
     @Override
     protected int require(int required) throws KryoException {
+        if (required == 0) {
+            return 0;
+        }

Review Comment:
   Hi @qinghui-xu , I'm not sure could this change fix the bug that FLINK-34954 
mentioned. Would you mind helping double check? Thank you in advance.



-- 
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-unsubscr...@flink.apache.org

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

Reply via email to