vinothchandar commented on a change in pull request #1009: [HUDI-308] Avoid
Renames for tracking state transitions of all actions on dataset
URL: https://github.com/apache/incubator-hudi/pull/1009#discussion_r348090834
##########
File path: hudi-client/src/test/java/org/apache/hudi/index/TestHbaseIndex.java
##########
@@ -168,13 +169,19 @@ public void testTagLocationAndDuplicateUpdate() throws
Exception {
HoodieWriteConfig config = getConfig();
HBaseIndex index = new HBaseIndex(config);
HoodieWriteClient writeClient = new HoodieWriteClient(jsc, config);
- writeClient.startCommit();
+ writeClient.startCommitWithTime(newCommitTime);
metaClient = HoodieTableMetaClient.reload(metaClient);
HoodieTable hoodieTable = HoodieTable.getHoodieTable(metaClient, config,
jsc);
JavaRDD<WriteStatus> writeStatues = writeClient.upsert(writeRecords,
newCommitTime);
JavaRDD<HoodieRecord> javaRDD1 = index.tagLocation(writeRecords, jsc,
hoodieTable);
+
// Duplicate upsert and ensure correctness is maintained
+ // We are trying to approximately imitate the case when the RRD is
recomputed. For RRD creating, driver code is not
Review comment:
RDD :)
----------------------------------------------------------------
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