Description
Currently, there are no tests for Hadoop LinesReader. For refactoring or rewriting of the class, need to add tests that cover basic functionality of the class like:
- Split's boundaries slice lines
- A split slices delimiters - user's specified or defaults
- No duplicates if splits slice delimiters or lines
- Checking constant limits like maximum line length
- Handling a case when internal buffers size is less than line size