commit | de47590c6ac4f507cb2337c20504a62c484339f9 | [log] [tgz] |
---|---|---|
author | Felix Scherz <felixwscherz@gmail.com> | Mon Sep 16 22:27:08 2024 +0200 |
committer | GitHub <noreply@github.com> | Mon Sep 16 16:27:08 2024 -0400 |
tree | d9b1bf3a581df56e3d9a71b13a1af318fa47bfe0 | |
parent | e545a055f3ef09d4d94b74667988c245cba9a770 [diff] |
fix: support MonthTransform for partitioning (#1176) * fix: support MonthTransform for partitioning * test: add tests for generating default names for other transforms * fix: delete duplicate test case * chore: run formatting
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/.