-
### 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…
-
## Enhancement
We're using Iceberg/S3 as a backing store, and looking at Starrocks for compute (**i.e. ingestion into iceberg outside of SR, but using a SR external iceberg catalog for read-only comp…
-
**Is your feature request related to a problem?**
Apache Iceberg is designed for managing large analytic tables in a scalable and performant way, using features like schema evolution, partitioning,…
-
Related to https://github.com/trinodb/trino/pull/23801;
After I've upgraded Trino from v459 to v464 I've noticed a big jump in number of files (delete files) in my cloud storage bucket (I use Iceberg…
-
### Apache Iceberg version
main (development)
### Please describe the bug 🐞
I'm (a user of [tap-iceberg](https://github.com/shaped-ai/tap-iceberg) is) running into the following error when trying t…
-
### Apache Iceberg version
0.7.1
### Please describe the bug 🐞
## Summary
I'm currently trying to migrate a couple of dataframes with a custom hive-like storage scheme to Iceberg. After a …
-
### Feature Request / Improvement
There are some various table formats that extend Iceberg by allowing additional metadata to be added to various components, for example, [Havasu](https://github.com/…
-
Hello,
we are having some issues when running this sink connector in combination with AWS and Debezium CDC data. The issue is that we see no data when querying the table in AWS Glue.
After the …
-
Your Environment
Presto version used: 0.289-SNAPSHOT
Storage: File
Data source and connector used: Iceberg connector
Deployment: local
==========================================================…
-
Running the following query failed multiple times with too large timestamp error
```sql
select stringcol1, stringcol2 from iceberg_table where hour(start_time_millis_ts) = hour(from_unixtime(1…