JingsongLi commented on a change in pull request #8102: 
[FLINK-12087][table-runtime-blink] Introduce over window operators to blink 
batch
URL: https://github.com/apache/flink/pull/8102#discussion_r272008044
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/disk/RandomAccessInputView.java
 ##########
 @@ -85,4 +85,9 @@ protected MemorySegment nextSegment(MemorySegment current) 
throws EOFException {
        protected int getLimitForSegment(MemorySegment segment) {
                return this.currentSegmentIndex == this.segments.size() - 1 ? 
this.limitInLastSegment : this.segmentSize;
        }
+
+       public void updateLimitInLastSegment(int value) {
+               this.limitInLastSegment = value;
+               updateCurrentSegmentLimit();
 
 Review comment:
   Merge malfunction, I will delete it.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to