Kevin Liu

Results 52 issues of Kevin Liu

### 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...

### 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....

### Feature Request / Improvement https://iceberg.apache.org/docs/latest/maintenance/ Potentially dupe of #31 Recommended Maintenance - [ ] Expire Snapshots (https://github.com/apache/iceberg-python/issues/516) - [ ] #1199 - [ ] #1200 Optional Maintenance - [...

### Feature Request / Improvement To support python 3.12 in #1068, we had to ignore warnings for deprecated `datetime` functions. Let's remove these deprecated functions from the codebase and also...

good first issue

### Feature Request / Improvement The ability to refresh AWS credentials is important for long-running jobs. Also see #1104

### Feature Request / Improvement https://github.com/kylebarron/arro3 "A minimal Python library for Apache Arrow, connecting to the Rust arrow crate" Set `py-io-impl` and run tests Good litmus test to check how...

### Feature Request / Improvement Pre-req: Arrow 17 (#929) #### Details `pyarrow.dataset.Scanner.from_fragment`'s `filter` parameter now takes an `Expression` type in Arrow 17. https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Scanner.html#pyarrow.dataset.Scanner.from_fragment We can try to push down both...

### Feature Request / Improvement https://github.com/apache/iceberg-python/blob/f05b1aedee8451d981188adf68be5e8b360a9ca1/pyiceberg/io/pyarrow.py#L1225-L1231 Related to #929 Requires Arrow 17 (possibly 18?) * https://github.com/apache/arrow/issues/41884 is in Arrow 17 * https://github.com/apache/arrow/issues/43183 is in Arrow 18