-
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…
-
```
^CGracefully stopping... (press Ctrl+C again to force)
[+] Stopping 0/3
⠹ Container spark-iceberg Stopping …
-
### Feature Request / Improvement
Currently `overwrite` consists of a delete + append operation.
https://github.com/apache/iceberg-python/blob/e7711906ac33f935d349c14df055ed5de211376d/pyiceberg/t…
-
### Describe the subtask
You can pass table properties to Gravitino when creating an table.
The Gravitino server doesn't allow passing the following reserved fields: https://gravitino.apache.org/d…
-
Hello, I am trying to capture lineage information about an iceberg table stored in a hive metastore. This is some of my spark configuration
`spark = SparkSession.builder\`
`.appName("test") `
…
-
### Describe the subtask
should provide an authorization plugin and a default implementation.
### Parent issue
#4290
-
### Is this your first time submitting an issue in dbt-athena?
- [X] I have searched the existing issues, and I could not find an existing issue for this feature
### Describe your request/question
…
-
Steps to reproduce the issue
1. Download the connector dist eg **iceberg-kafka-connect-runtime-0.6.18/**
2. Link the lib path to plugin.path on **./config/connect-distributed-sink.properties** eg …
-
Is full transaction support for Iceberg on the roadmap?
What I tried (SQL):
``` sql
START TRANSACTION;
insert into my_trino_schema.my_table
select 43, 'hello world 2', 12.12;
insert into…
-
### Feature Request / Improvement
https://iceberg.apache.org/docs/latest/maintenance/
Potentially dupe of #31
Recommended Maintenance
- [ ] Expire Snapshots (https://github.com/apache/iceberg-…