-
### Apache Iceberg version
1.7.0 (latest release)
### Query engine
Kafka Connect
### Please describe the bug 🐞
I've been using the Tabular connector for some time and have transitioned over to th…
-
### Apache Iceberg version
1.6.1
### Query engine
Spark
### Please describe the bug 🐞
I have a custom Catalog implementation that overrides [`TableOperations.locationProvider`](https://github.com…
-
# Iceberg
- Partitioning pruning support https://github.com/ClickHouse/ClickHouse/issues/52054 @divanik
- Time Travel Support: https://github.com/ClickHouse/ClickHouse/pull/71072 @divanik @bretth…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
Snowflake's internal Iceberg catalog can be sync automatically to their Snowflake Open Catalog service (polari…
-
## Enhancement
https://iceberg.apache.org/spec/#position-delete-files
According to the Iceberg spec, rows in the delete file must be sorted by `file_path` then `pos`, so that we don't have to re…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
I believe we need to offer Iceberg reading support based on a user-specified Schema (likely a Schema that was sourced from some history in the Table, or some subset); in the context where a user is pa…
-
Hi Team
We are noticing duplicates to occur within the same partition when we configure the primary keys with upset-mode enabled on the table. We are tried the two setups below:
1. Reading CDC …
-
If we want to support non Iceberg native types on Iceberg connector, for example `char(10)` or `interval year to month`, we need to store the column data as Iceberg native types and then record extra …
-
### Describe the subtask
Please refer to https://github.com/apache/gravitino/issues/4958 and https://github.com/apache/gravitino/issues/5205 about how to support table event. You may need to implem…