RussellSpitzer opened a new pull request #2740: URL: https://github.com/apache/iceberg/pull/2740
Previously when vectorizied reading was enabled and a ParquetV2 File was being read our reader would throw a NullPointer exception because the inputStream would not have the expected bytes. To temporarily give a better error, we rethrow any npe errors in attempting to read the encoding as a ParquetDecodingException with details on Vectorized reading only being compatible with V1 Encodings. -- 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]
