iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
### Feature Request / Improvement As we prepare for a major release, I think it would be great to hold our public APIs to a higher standard of documentation. Many...
### Feature Request / Improvement Vended-Credentials for Azure Data Lake Store are supported by Java. For `getTable` / `createTable` endpoints, the catalog returns a "config" that looks like: ```json "config":...
When pyiceberg loads Iceberg tables data into memory, dictionary encoding is not applied for columns
### Apache Iceberg version 0.7.0 ### Please describe the bug 🐞 When I try to load large dataset as below, string columns data is stored in its original, uncompressed form,...
### Feature Request / Improvement Python version 3.8 is EOL on October 2024 https://devguide.python.org/versions/ We should remove support for it soon See comment https://github.com/apache/iceberg-python/pull/1068#discussion_r1719872522
### Feature Request / Improvement As part of the journey toward version 1.0, we want to capture how this library is used in "production" environments. Would love to hear from...
### Feature Request / Improvement It was brought up at the [recent community sync](https://docs.google.com/document/d/1oMKodaZJrOJjPfc8PDVAoTdl02eGQKHlhwuggiw7s9U/edit#bookmark=kix.76h0j5pwz1gg) that we should start a cookbook to capture different use cases with PyIceberg. Similar to the...
Introduce an API to compact data files. The first version of the API will do the following: - take a predicate expression as input parameter to find data files matching...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 While working with a V1 table, I noticed a few bugs which prevent table scan on V1 table....
Introduce a new API to delete orphan files for a given table Feature reference: https://iceberg.apache.org/docs/1.5.1/maintenance/#delete-orphan-files