-
### Feature Request / Improvement
Only position delete is supported right now
https://github.com/apache/iceberg-python/blob/e5a58b34dd830c6ffea11649613b693f70f7cbb4/pyiceberg/table/__init__.py#L14…
-
**What is the bug?**
When using `stats count()` in a PPL query, the returned count is `0`, while there's more than 0 documents available.
**How can one reproduce the bug?**
Steps to reproduce the…
-
If there is any schema evaluation (Ex: add column, delete column), the schema for snapshots could be different.
In the case of Time Travel, we are currently returning the current table schema instead…
-
### Feature Request / Improvement
Looks like there are a few more metadata tables currently missing in PyIceberg.
Source of truth for metadata tables: https://iceberg.apache.org/javadoc/latest/or…
-
### Apache Iceberg version
1.6.0
### Query engine
Spark
### Please describe the bug 🐞
MERGE INTO command is doing a full Iceberg table scan, even though the table is well partitioned. T…
-
### Apache Iceberg version
0.7.1
### Please describe the bug 🐞
## Summary
I'm currently trying to migrate a couple of dataframes with a custom hive-like storage scheme to Iceberg. After a …
-
### Is your feature request related to a problem? Please describe.
I have set the allowed location of the created catalog to S3 storage type using `s3://` prefix. When I run `remove_orphan_files` pro…
-
## Overview
Add support to Athena + Iceberg connectors.
## What problem would this solve?
This would be useful for AWS users who is working with DBT + AWS Athena.
## Would you be willing …
-
### Description
Currently, the Nessie catalog has a GC tool to clean up orphaned files. Additionally, Nessie can support an optimization tool to compact, sort, and expire snapshots for Iceberg tables…
-
Currently `iceberg-rust`uses a lot of `HashMap` for configs. This isn't type safe and leads to a lot of error handling on usage. We should contribute our Header-like type safe solution to iceberg-rust…