prashantwason commented on a change in pull request #1804:
URL: https://github.com/apache/hudi/pull/1804#discussion_r477486286
##########
File path:
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieParquetReader.java
##########
@@ -77,4 +79,9 @@ public long getTotalRecords() {
// TODO Auto-generated method stub
return 0;
}
+
+ @Override
+ public Option getRecordByKey(String key, Schema schema) throws IOException {
+ throw new HoodieException("HoodieParquetReader does not support reading
records by key");
Review comment:
Done.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]