leaves12138 commented on code in PR #5935: URL: https://github.com/apache/paimon/pull/5935#discussion_r2235617228
########## paimon-core/src/main/java/org/apache/paimon/utils/FormatReaderMapping.java: ########## @@ -165,8 +173,13 @@ public FormatReaderMapping build( // extract the whole data fields in logic. List<DataField> allDataFields = fieldsExtractor.apply(dataSchema); + if (CoreOptions.fromMap(dataSchema.options()).rowTrackingEnabled()) { Review Comment: OK -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org