JingsongLi commented on code in PR #6685:
URL: https://github.com/apache/paimon/pull/6685#discussion_r2564805325
##########
paimon-core/src/main/java/org/apache/paimon/table/source/ReadBuilder.java:
##########
@@ -79,6 +80,11 @@ public interface ReadBuilder extends Serializable {
/** Returns read row type. */
RowType readType();
+ /** Returns actual read row type. */
+ default RowType actualReadType() {
Review Comment:
This interface is a bit confusing to me. What is the difference in usage
between it and readType?
--
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]