MamoruAsagami
Results
2
issues of
MamoruAsagami
When and an input file is small enough to fit in a single chunk, distinct option doesn't remove duplicated items. The reason seems because ExternalMergeSort#mergeSortedChunksNoPartialMerge(List sortedChunks) doesn't honor config.distinct as...
The sample code to sort json file gets org.codehaus.jackson.map.RuntimeJsonMappingException as you see in [exception.txt](https://github.com/grove/exmeso/files/681709/exception.txt). The reason is a bug of org.codehaus.jackson.map.MappingIterator.java, you cannot invoke hasNext() two times or more when...