Github user sunjincheng121 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5218#discussion_r159683964
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/types/parser/LongParser.java ---
    @@ -86,6 +92,11 @@ public int parseField(byte[] bytes, int startPos, int 
limit, byte[] delimiter, L
                        }
                }
     
    +           if (startPos == limit) {
    --- End diff --
    
    Good catch!


---

Reply via email to