| commit | e4849edbbb79df2ebeeb8f4c6ef1cfab8213355a | [log] [tgz] |
|---|---|---|
| author | stevie9868 <151791653+stevie9868@users.noreply.github.com> | Mon Sep 01 11:19:16 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon Sep 01 20:19:16 2025 +0200 |
| tree | d0f55c07d2db2a177a92865e05809c491ba15c9f | |
| parent | 19ba343a2e16823e79f0c0359411f8bfd792ea6e [diff] |
implement stageOnly Commit (#2269) # Rationale for this change In java, snapshotProducer can create stageOnly snapshot meaning only the snapshot is created but the snapshot is not set to a ref. This is a prerequisite to support wap.id in py-iceberg # Are these changes tested? Yes, tests are added. # Are there any user-facing changes? By default, it will stay with the current existing behavior. --------- Co-authored-by: Yingjian Wu <yingjianw@netflix.com>
PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.