Open
0 of 2 issues completedDescription
Milestone 1
- create table (non-atomic ddl) including creating a hummock table, iceberg sink, external iceberg table, and iceberg source.
- drop table (non-atomic ddl) including dropping a hummock table, iceberg sink, external iceberg table, and iceberg source.
- direct DQL to the iceberg source.
- direct DML to the hummoc table. fix(iceberg): only convert iceberg table to iceberg source for batch dql #20045
- allows for creating a materialized view on top of the table with an iceberg engine.
- iceberg catalog: SQL/JDBC catalog
- iceberg warehouse: S3
MileStone 2
- complete data type support feat(iceberg): refine iceberg table column datatype and name. #19690
- atomic drop table
- alter table add column
- EMR serverless compaction & expiration feat(iceberg): support emr serverless compaction for iceberg table #19775
- exactly once Iceberg sink
- backup & restore
- use users provided bucket via iceberg connection feat(iceberg): support iceberg engine connection #20298 (comment)
- iceberg: Reduce Storage Footprint for Append-only Use Cases #21586
MileStone 3
- iceberg batch query performance (including predicate pushdown and merge on read) refactor(iceberg): support eq delete merge on read with hash join #19126 refactor(iceberg): support position delete merge on read with hash join #19656