otorreno opened a new pull request, #1990: URL: https://github.com/apache/orc/pull/1990
### What changes were proposed in this pull request? Default to non vectored IO in case Hadoop VersionInfo does not respect semantic versioning ### Why are the changes needed? There are cases where the hadoop version info may not be respecting the semantic versioning. It is the case for the hadoop version provided in some of the AWS managed services. This causes a ExceptionInInitializerError while trying to instantiate and ORC file reader. ### How was this patch tested? The method has an inner call to VersionInfo.getVersion() what makes difficult to add tests without a prior refactor. Change is trivial and has been tested locally with positive cases manually. ### Was this patch authored or co-authored using generative AI tooling? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
