n3nash commented on a change in pull request #2188:
URL: https://github.com/apache/hudi/pull/2188#discussion_r549214985
##########
File path:
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/index/hbase/TestHBaseIndex.java
##########
@@ -263,6 +265,66 @@ public void testTagLocationAndDuplicateUpdate() throws
Exception {
&&
record.getCurrentLocation().getInstantTime().equals(newCommitTime))).distinct().count());
}
+ @Test
+ public void testTagLocationAndPartitionPathUpdateWithRollback() throws
Exception {
Review comment:
Please rename this to
`testTagLocationAndPartitionPathUpdateWithExplicitRollback"
----------------------------------------------------------------
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]