jonvex commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2364512208
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/utils/SparkMetadataWriterUtils.java:
##########
@@ -206,6 +212,16 @@ public static ExpressionIndexComputationMetadata
getExpressionIndexRecordsUsingC
: new ExpressionIndexComputationMetadata(colStatRecords);
}
+ private static SparkValueMetadata
getValueMetadataFromColumnRangeDataset(Dataset<Row> dataset, HoodieIndexVersion
indexVersion) {
Review Comment:
then there would be no point to this method. I'm leaving as is
--
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]