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


##########
hudi-hadoop-common/src/main/java/org/apache/hudi/common/util/OrcUtils.java:
##########
@@ -135,14 +113,37 @@ public List<Pair<HoodieKey, Long>> 
fetchRecordKeysWithPositions(HoodieStorage st
     return hoodieKeysAndPositions;
   }
 
-  @Override
-  public List<Pair<HoodieKey, Long>> 
fetchRecordKeysWithPositions(HoodieStorage storage, StoragePath filePath, 
Option<BaseKeyGenerator> keyGeneratorOpt) {

Review Comment:
   It is not removed, it is at Line 97 now since the main logic of this 
function is from the function in Line 92.



##########
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:
   Ok, will do.



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