alexeykudinkin commented on a change in pull request #5181:
URL: https://github.com/apache/hudi/pull/5181#discussion_r840038157



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieMetadataTableValidator.java
##########
@@ -835,13 +830,11 @@ public HoodieMetadataValidationContext(
                     metaClient.getHadoopConf(),
                     new Path(new Path(metaClient.getBasePath(), 
partitionPath), filename),
                     allColumnNameList).stream())
-            .map(rangeMetadata -> HoodieColumnRangeMetadata.create(
+            .map(rangeMetadata -> HoodieColumnRangeMetadata.<Comparable>create(

Review comment:
       Agreed, i overlooked that we can skip that altogether




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to