andersonm-ibm opened a new pull request #877: URL: https://github.com/apache/parquet-mr/pull/877
This PR is one of the options to solve the problem "Cannot build from tarball because of git submodules". 1. encryption interop tests run separately from unit tests - in integration-test phase 2. Files for interop tests are downloaded using git submodules in ci-test maven profile only - `mvn package/install` - doesn't run interop tests - `mvn verify` - runs interop tests, fails if submodule files are not there - `mvn verify -P ci-test` - update git submodules and then run interop test, fail if not inside git repo, e.g. if it's a tarball ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
