danielhumanmod commented on code in PR #569:
URL: https://github.com/apache/incubator-xtable/pull/569#discussion_r1955572171
##########
xtable-core/src/test/java/org/apache/xtable/hudi/ITHudiConversionTarget.java:
##########
@@ -367,23 +380,113 @@ CONTEXT,
getHoodieWriteConfig(metaClient).getMetadataConfig(), tableBasePath, tr
assertColStats(hoodieBackedTableMetadata, partitionPath, fileName3);
assertColStats(hoodieBackedTableMetadata, partitionPath, fileName4);
}
+
// the first commit to the timeline should be archived
assertEquals(
2,
metaClient.getArchivedTimeline().reload().filterCompletedInstants().countInstants());
}
Review Comment:
To make test clean, create a new test to verify source-target identifier
mapping
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]