-
Operating against a table in an external iceberg/unified catalog in v3.2.6 gives a nondescript error (see stacktrace below)
I tried tracking down the issue by diffing v3.2.6 against v3.2.2 and I th…
-
### What happens?
DuckDB cannot load local files when the `file://` prefix is provided.
In developing the duckdb_iceberg extension with test data created by pyiceberg, @ramonvermeulen [observed…
-
### What happened
After I used GC I started to get file does not exist error.
Looks like the file was deleted but was not deleted from metadata.
https://github.com/apache/iceberg/issues/8338
###…
-
We have our connectors running and sinking data to our Iceberg catalog in Glue/S3. However when trying to surface the data in Snowflake a few of these iceberg tables ran into this error from Snowflake…
-
Hello everybody,
I have a apache iceberg table in aws glue, this table is partitioned by string year-month.
When I do a spark.sql("select count(1),partition_field from table group by partition_field…
-
### Describe the feature
Add [cfn-glue-table-opentableformatinput](https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html#cfn-glue-table-opentableformatin…
-
### Query engine
_No response_
### Question
my situation is on-prem on top of that using k8s on top of that using trino or spark + iceberg + object storage
I just want to ask you guys how …
-
### Is your feature request related to a problem? Please describe.
I would like to sink to Apache iceberg with Nessie catalog implementation
### Describe the solution you'd like
When creating a ice…
-
Throwing following error when trying into insert data into the Iceberg table with not-null columns constraints.
**_Cannot write nullable values to non-null column 'id' exception_**
Versions: Spar…
-
Hi,
We are experiencing a performance issue when retrieving column metadata from the Iceberg catalog using the following query:
```sql
SELECT * FROM iceberg.information_schema.columns;
```
…