iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Apache PyIceberg

Results 402 iceberg-python issues
Sort by recently updated
recently updated
newest added

### Feature Request / Improvement Ciao @Fokko Seems like `table.scan()` supports a limited set of `filter` conditions, and it fails when a user specifies a complex one. In my case,...

Right now if the Iceberg parquet row group size table property is set, writes will fail with unsupported. It seems like a bug since the intention of _get_parquet_writer_kwargs is to...

### Question Table scan returns DataScan. I can call plan_files on DataScan to get a list of FileScanTask. I need to find if there are residual due to the filtering...

### Feature Request / Improvement It used to be there in the old python iceberg: https://github.com/apache/iceberg/commit/a49fb924cd6ce0da688f873b9107e91f597529d4#diff-36a7624a2703d8198b7c73c2424890c094fa4734ac76babdf0519a8cbd6fad39R92

Follow-up from #1208, documents the conclusions from the discussion.

Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.2 to 0.3.5. Release notes Sourced from getdaft's releases. v0.3.5 Changes ✨ New Features [FEAT]: sql read_deltalake function @​universalmind303 (#2974) [FEAT]: SQL add hash and minhash @​universalmind303...

dependencies
python

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.1 to 2.21.2. Release notes Sourced from pypa/cibuildwheel's releases. v2.21.2 ✨ Adds support for building 32-bit armv7l wheels on musllinux. On a Linux system with emulation set...

dependencies
github_actions

I will be opening some PRs that will make it possible to implement the expire snapshot procedure. To make it easier to review, I'm breaking it down into smaller PRs.