nsivabalan commented on code in PR #14085:
URL: https://github.com/apache/hudi/pull/14085#discussion_r2433497614
##########
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieSeekingFileReader.java:
##########
@@ -33,6 +33,10 @@ default ClosableIterator<HoodieRecord<T>>
getRecordsByKeysIterator(List<String>
throw new UnsupportedOperationException();
}
+ default ClosableIterator<T> getEngineRecordsByKeysIterator(List<String>
sortedKeys, Schema schema) throws IOException {
Review Comment:
looks like we completely removed the possibility to use hbase hfile
https://github.com/apache/hudi/pull/13927/
so, native reader is the only way as of now.
--
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]