| commit | a576fc9ae7619d329f4d9bcd667231fc1be94a57 | [log] [tgz] |
|---|---|---|
| author | Kibum Park <38655427+castedice@users.noreply.github.com> | Sun Feb 11 00:57:43 2024 +0900 |
| committer | GitHub <noreply@github.com> | Sat Feb 10 16:57:43 2024 +0100 |
| tree | 44606b690ecd40a3dd53dd5d3d8c5975cdbf2988 | |
| parent | 2e6730863aa4c6f22e0712c56b08658062f73677 [diff] |
Arrow: Support Large Binary when using `to_arrow` (#409) * Arrow: Support Large Binary * Merge with binary --------- Co-authored-by: Fokko Driesprong <fokko@apache.org>
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/.