seojangho commented on a change in pull request #124: [NEMO-185] BeamSQL TPC-H
Integration Test
URL: https://github.com/apache/incubator-nemo/pull/124#discussion_r227242300
##########
File path:
common/src/main/java/org/apache/nemo/common/test/ExampleTestUtil.java
##########
@@ -41,46 +42,25 @@ private ExampleTestUtil() {
*
* @param resourcePath root folder for both resources.
* @param outputFileName output file name.
- * @param testResourceFileName the test result file name.
+ * @param expectedFileName the test result file name.
* @throws RuntimeException if the output is invalid.
*/
public static void ensureOutputValidity(final String resourcePath,
final String outputFileName,
Review comment:
Minor: `outputFileName` → `actualFileName`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services