zddr commented on code in PR #25364: URL: https://github.com/apache/doris/pull/25364#discussion_r1366404963
########## fe/be-java-extensions/paimon-scanner/src/main/java/org/apache/doris/paimon/PaimonColumnValue.java: ########## @@ -32,12 +35,18 @@ public class PaimonColumnValue implements ColumnValue { private int idx; - private InternalRow record; - ColumnType dorisType; + private DataGetters record; Review Comment: why change `InternalRow` to `DataGetters` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org