kevinjqliu closed pull request #312: Refactor to write APIs to default to
`main` branch
URL: https://github.com/apache/iceberg-python/pull/312
--
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 sp
Fokko commented on code in PR #312:
URL: https://github.com/apache/iceberg-python/pull/312#discussion_r1468590647
##
pyiceberg/table/__init__.py:
##
@@ -2279,12 +2280,14 @@ class _MergingSnapshotProducer:
_parent_snapshot_id: Optional[int]
_added_data_files: List[DataF
kevinjqliu opened a new pull request, #312:
URL: https://github.com/apache/iceberg-python/pull/312
Issue #306 (Support writing to a branch)
First pass.
This PR
* Update string literals (`"main"`/`"branch"`/`"tag"`) to its corresponding
constant
* Default `append` and `overw