You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/17 13:13:25 UTC

[GitHub] [iceberg] Fokko opened a new pull request, #5564: Python: Implement proper `__repr__` for SnapshotRefType

Fokko opened a new pull request, #5564:
URL: https://github.com/apache/iceberg/pull/5564

   It was showing as:
   
   ```python
   SnapshotRef(
     snapshot_id=3051729675574597004,
     snapshot_ref_type=<SnapshotRefType.TAG: 'tag'>,
     min_snapshots_to_keep=None,
     max_snapshot_age_ms=None,
     max_ref_age_ms=10000000
   )
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue merged pull request #5564: Python: Implement proper `__repr__` for SnapshotRefType

Posted by GitBox <gi...@apache.org>.
rdblue merged PR #5564:
URL: https://github.com/apache/iceberg/pull/5564


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on pull request #5564: Python: Implement proper `__repr__` for SnapshotRefType

Posted by GitBox <gi...@apache.org>.
rdblue commented on PR #5564:
URL: https://github.com/apache/iceberg/pull/5564#issuecomment-1219708839

   Thanks, @Fokko!


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org