-
The spec is being developed along with the development work but at a higher level, the decided APIs look like:
1. `void append(Tables...)` or `appendDataFiles/appendTables`: writes tables to data f…
-
Hi Iceberg team,
I've been searching for some time information on what is the max insert rate per sec or per min on iceberg table. We've been ingesting some large amounts of data (in tandem with tri…
-
Your Environment
Presto version used: 0.289-SNAPSHOT
Storage: File
Data source and connector used: Iceberg connector
Deployment: local
==========================================================…
-
### Is this a possible security vulnerability?
- [X] This is NOT a possible security vulnerability
### Describe the bug
When dropping a table, the data folder is deleted but the metadata folder rem…
-
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…
-
Hi @ismailsimsek, We are successfully able to create iceberg tables data and successfully push to the s3 bucket, But we are facing the issue that when the data is pushed to aws glue in the form of tab…
-
Inspired by https://github.com/apache/iceberg-rust/pull/275#issuecomment-2041304545, I created this issue to track all our write task. It's based on [doc](https://docs.google.com/document/d/1YncDX-qQ1…
-
### Apache Iceberg version
main (development)
### Please describe the bug 🐞
While working with a V1 table, I noticed a few bugs which prevent table scan on V1 table.
1. Reading the manifest lis…
-
### Feature Request / Improvement
# Context
In #112 , we are working on adding UUID support in XTable. Currently, only Iceberg has the concept of a UUID, which is stored as a fixed-size byte array i…
-
### Feature Request / Improvement
# PyIceberg 0.7.0
The main objective of 0.7.0 is to have partitioned writes (non-exhaustive list :)
- [x] Support for merge-into / upsert: https://github.com…