rdblue commented on code in PR #5690:
URL: https://github.com/apache/iceberg/pull/5690#discussion_r974828512
##########
python/tests/table/test_snapshots.py:
##########
@@ -119,3 +121,40 @@ def
test_snapshot_with_properties_repr(snapshot_with_properties: Snapshot):
== """Snapshot(snapshot_id=25, parent_snapshot_id=19,
sequence_number=200, timestamp_ms=1602638573590,
manifest_list='s3:/a/b/c.avro', summary=Summary(Operation.APPEND, **{'foo':
'bar'}), schema_id=3)"""
)
assert snapshot_with_properties == eval(repr(snapshot_with_properties))
+
+
+def test_fetch_manifest_list(generated_manifest_file_file: str):
Review Comment:
Why `file_file`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]