-
### Description
I would like to be able to create an Iceberg-backed Glue table _with_ partitions using Terraform. The [documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs…
-
### Feature Request / Improvement
implement the functionality found here: https://iceberg.apache.org/docs/latest/spark-procedures/#rewrite_data_files for rewriting data files to allow for better tabl…
-
Starrocks supports writing into iceberg tables. It will be nice if starrocks supports iceberg table housekeeping.
## Feature request
**Is your feature request related to a problem? Please descri…
-
### Is your feature request related to a problem? Please describe.
We use geometric data types like point,polygon, lat long in our systems. Currently tables that contain this data can't be ingested u…
-
### Feature Request / Improvement
Analogous to [the update in apache iceberg from sep 3, 2024]( https://github.com/apache/iceberg/pull/9008 ), include nanosecond precision for timestamps.
-
**What is the bug?**
When running certain queries that involve timestamp fields against Iceberg tables an exception is thrown during query execution:
```
24/07/26 20:16:19 ERROR Executor: Exception…
-
Hi folks!
Not sure if this is the right place to ask, but are there plans to support Apache Iceberg natively? I understand it's possible to create a S3 peer to store files in the AVRO format, but t…
-
**What can it be used for?**
Polar weather and climate studies. Currently of high importance given the research on human-induced climate effects. Potential users from agencies such as: NOAA, NASA, ES…
-
### Feature Request / Improvement
Can we add materialized view to Iceberg
### Query engine
None
### Willingness to contribute
- [ ] I can contribute this improvement/feature independently
- [ ] I…
-
### Apache Iceberg version
None
### Query engine
Spark
### Please describe the bug 🐞
The issue repros using the following SQL:
```sql
CREATE TABLE iceberg.NullabilityPartition(
group STRING …