pratyakshsharma commented on a change in pull request #1050: [HUDI-368]: code
clean up in TestAsyncCompaction class
URL: https://github.com/apache/incubator-hudi/pull/1050#discussion_r350702635
##########
File path: hudi-client/src/test/java/org/apache/hudi/TestAsyncCompaction.java
##########
@@ -312,10 +300,9 @@ public void
testScheduleCompactionWithOlderOrSameTimestamp() throws Exception {
int numRecs = 2000;
List<HoodieRecord> records = dataGen.generateInserts(firstInstantTime,
numRecs);
- records = runNextDeltaCommits(client, Arrays.asList(firstInstantTime,
secondInstantTime), records, cfg, true,
+ runNextDeltaCommits(client, Arrays.asList(firstInstantTime,
secondInstantTime), records, cfg, true,
new ArrayList<>());
- HoodieTableMetaClient metaClient = new
HoodieTableMetaClient(jsc.hadoopConfiguration(), cfg.getBasePath());
Review comment:
not getting used anywhere.
----------------------------------------------------------------
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