AngersZhuuuu opened a new pull request #34337: URL: https://github.com/apache/spark/pull/34337
### What changes were proposed in this pull request? When use ORC vectorized reader, if `OrcColumnarBatchReader` throw `ArrayIndexOutofBoundsException`, it only show error message of index, won't show which file is being reading, it caused difficult for SRE/Admin to find out which file have problem. In this pr add a try catch method to `OrcColumnarBatchReader` to add file path to error message. ### Why are the changes needed? Improve error message for orc vectorized reader ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
