jerolba commented on PR #3781: URL: https://github.com/apache/parquet-java/pull/3781#issuecomment-5645427768
For me it's also more important to verify that `hadoop-mapreduce-client-core` is not required for writing and reading a local file. `InternalParquetRecordReader` and `InternalParquetRecordWriter` can involve, directly or indirectly, some Hadoop classes. On top of your PR I've added a test that reads/writes a file: https://github.com/dossett/parquet-java/pull/2/changes I have no strong opinion, but I don't feel comfortable adding a complete Maven module just for testing a special use case. Let's see what the main committers think. -- 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]
