dossett commented on PR #3781: URL: https://github.com/apache/parquet-java/pull/3781#issuecomment-5590220466
+1 (non-binding), this seems delightful! It would be really nice to have a test that proves a file can be read without the hadoop libraries in the classpath or otherwise accessible. I think the easiest way to do that would be to create a new maven module that excludes `hadoop-mapreduce-client-core` entirely and write a unit test in that module that shows `ParquetReadOptions.builder().build()` works. That seems like a lot for a single unit test, but it would provide a solid guarantee. -- 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]
