-
- Downloads
[SPARK-14144][SQL] Explicitly identify/catch UnsupportedOperationException...
[SPARK-14144][SQL] Explicitly identify/catch UnsupportedOperationException during parquet reader initialization ## What changes were proposed in this pull request? This PR is a minor cleanup task as part of https://issues.apache.org/jira/browse/SPARK-14008 to explicitly identify/catch the `UnsupportedOperationException` while initializing the vectorized parquet reader. Other exceptions will simply be thrown back to `SqlNewHadoopPartition`. ## How was this patch tested? N/A (cleanup only; no new functionality added) Author: Sameer Agarwal <sameer@databricks.com> Closes #11950 from sameeragarwal/parquet-cleanup.
Please register or sign in to comment