-
### 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ā¦
-
### 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ā¦
-
## 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ā¦
-
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 ā¦
-
on a partitioned table
```sql
CREATE TABLE iceberg.toto.a (
id uuid NOT NULL,
created_at timestamp(6) NOT NULL,
a varchar NOT NULL,
)
WITH (
format = 'PARQUET',
format_version = 2,
ā¦
-
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 ā¦
-
### Apache Iceberg version
1.5.2
### Query engine
Athena
### Please describe the bug š
Hi,
I'm using MySQL Flink CDC with Iceberg 1.5.2 and Flink 1.16. I have a table partitioned by the statusā¦
-
### Query engine
Spark 3.5.3
### Question
for study, i run spark cluster standalone in my local, and i have developed my own IcebergRestCatalog.
My IcebergRestCatalog Iceberg spec is based oā¦
-
### 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ā¦