danny0405 commented on code in PR #5830:
URL: https://github.com/apache/hudi/pull/5830#discussion_r1018637325


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/AbstractHoodieLogRecordReader.java:
##########
@@ -817,6 +805,8 @@ public abstract static class Builder {
 
     public abstract Builder withReaderSchema(Schema schema);
 
+    public abstract Builder withReaderSchema(InternalSchema internalSchema);
+

Review Comment:
   We should not keep 2 `withReaderSchema` here, keeps either one of them.



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