yanghua commented on a change in pull request #1302: [HUDI-595] code cleanup,
refactoring code out of PR# 1159
URL: https://github.com/apache/incubator-hudi/pull/1302#discussion_r374137467
##########
File path:
hudi-common/src/test/java/org/apache/hudi/common/table/view/TestHoodieTableFileSystemView.java
##########
@@ -322,7 +322,7 @@ protected void
testViewForFileSlicesWithAsyncCompaction(boolean skipCreatingData
assertEquals("Expect only valid data-file", dataFileName,
dataFiles.get(0).getFileName());
}
- /** Merge API Tests **/
+ /* Merge API Tests **/
Review comment:
If it's only a single-line comment, we can use `//`. WDYT?
----------------------------------------------------------------
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]
With regards,
Apache Git Services