linliu-code commented on code in PR #12312:
URL: https://github.com/apache/hudi/pull/12312#discussion_r1853345007


##########
hudi-hadoop-common/src/main/java/org/apache/hudi/common/util/ParquetUtils.java:
##########
@@ -495,7 +495,7 @@ private static BigDecimal extractDecimal(Object val, 
DecimalMetadata decimalMeta
    * An iterator that can apply the given function {@code func} to transform 
records
    * from the underneath record iterator to hoodie keys.
    */
-  private static class HoodieKeyIterator implements 
ClosableIterator<HoodieKey> {
+  public static class HoodieKeyIterator implements ClosableIterator<HoodieKey> 
{

Review Comment:
   moved to supercalss.



-- 
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]

Reply via email to