vinishjail97 commented on code in PR #772:
URL: https://github.com/apache/incubator-xtable/pull/772#discussion_r2641599058
##########
xtable-core/src/test/java/org/apache/xtable/hudi/ITHudiConversionTarget.java:
##########
@@ -306,8 +318,12 @@ void
archiveTimelineAndCleanMetadataTableAfterMultipleCommits(String partitionPa
metaClient, partitionPath, Arrays.asList(file0Pair, Pair.of(fileName1,
filePath1)));
try (HoodieBackedTableMetadata hoodieBackedTableMetadata =
new HoodieBackedTableMetadata(
- CONTEXT, getHoodieWriteConfig(metaClient).getMetadataConfig(),
tableBasePath, true)) {
- assertColStats(hoodieBackedTableMetadata, partitionPath, fileName1);
+ CONTEXT,
+ metaClient.getStorage(),
+ getHoodieWriteConfig(metaClient).getMetadataConfig(),
+ tableBasePath,
+ true)) {
+ // assertColStats(hoodieBackedTableMetadata, partitionPath, fileName1);
Review Comment:
https://github.com/apache/incubator-xtable/issues/773
Hudi 1.x MDT col-stats generation fails for array and map types.
--
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]