You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"BytesLineReader.java" has some robustness issues with regard to handling cases that the record exceeds the buffer and record boundaries
Line 46: Need to handle case if record exceeds bufSizeBytes
Line 59: what if non-zero offset and first byte is start of a record? Do we need to look back?
The text was updated successfully, but these errors were encountered:
"BytesLineReader.java" has some robustness issues with regard to handling cases that the record exceeds the buffer and record boundaries
Line 46: Need to handle case if record exceeds bufSizeBytes
Line 59: what if non-zero offset and first byte is start of a record? Do we need to look back?
The text was updated successfully, but these errors were encountered: