cnauroth opened a new pull request, #3738: URL: https://github.com/apache/hive/pull/3738
### What changes were proposed in this pull request? Move `HCatMapReduceTest` test files from `hcatalog/core` to a path under `hcatalog/core/target`. ### Why are the changes needed? Subclasses of `HCatMapReduceTest` produce files under `hcatalog/core`. This causes a few minor irritations: 1. There is a separate `.gitignore` maintained just for the sake of these files. 1. They are not removed by an `mvn clean`. 1. During release verification, while doing multiple `mvn` runs, the extra files cause the RAT check to fail. This can be fixed by moving the files under `hcatalog/core/target`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? I ran the following in my local environment: ``` mvn clean test -Dtest=TestHCatDynamicPartitioned,TestHCatPartitioned,TestHCatNonPartitioned ``` After applying the patch, I observed the files now get generated under `hcatalog/core/target`. The `.gitignore` is no longer required. Repeated `mvn` runs don't trigger a failure in the RAT checks on those files. -- 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]
