uniVocity / univocity-parsers

uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
918 stars 251 forks source link

Issue #449: avoid ArrayIndexOutOfBoundsException in AbstractCharInputReader #450

Closed icassina closed 3 years ago

icassina commented 3 years ago

A simple guard against the problem highlighted in Issue #449

HyukjinKwon commented 3 years ago

@icassina, I actually faced the same issue. Can we have a test case to verify this fix?

MaxGekk commented 3 years ago

We have to workaround the issue in Spark. @jbax @icassina Is there any chance that the issue will be fixed soon?

jbax commented 3 years ago

merged, thanks!