the-other-tim-brown commented on code in PR #14311:
URL: https://github.com/apache/hudi/pull/14311#discussion_r2565599506
##########
hudi-common/src/main/java/org/apache/hudi/common/util/FileFormatUtils.java:
##########
@@ -116,14 +124,14 @@ public static <T extends Comparable<T>>
HoodieColumnRangeMetadata<T> getColumnRa
return HoodieColumnRangeMetadata.merge(a, b);
} else {
// schema is evolving for the column of interest.
- Schema schema = colsToIndexSchemaMap.get(a.getColumnName());
+ HoodieSchema hoodieSchema =
colsToIndexSchemaMap.get(a.getColumnName());
Review Comment:
@voonhous just a reminder to push this change
--
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]