XiaoHongbo-Hope commented on code in PR #7177:
URL: https://github.com/apache/paimon/pull/7177#discussion_r2754460351


##########
paimon-python/pypaimon/manifest/manifest_list_manager.py:
##########
@@ -79,6 +81,8 @@ def read(self, manifest_list_name: str) -> 
List[ManifestFileMeta]:
                 num_deleted_files=record['_NUM_DELETED_FILES'],
                 partition_stats=partition_stats,
                 schema_id=record['_SCHEMA_ID'],
+                min_row_id=record['_MIN_ROW_ID'],
+                max_row_id=record['_MAX_ROW_ID'],
             )

Review Comment:
   Should we consider to be compatible with older manifest without  _MIN_ROW_ID 
and _MAX_ROW_ID?



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