ray-project / deltacat

A portable Pythonic Data Catalog API powered by Ray that brings exabyte-level scalability and fast, ACID-compliant, change-data-capture to your big data workloads.
Apache License 2.0
165 stars 23 forks source link

[Iceberg] Implement compaction support for unpartitioned tables #120

Open jackye1995 opened 1 year ago

jackye1995 commented 1 year ago

We can start with unpartitioned table compaction first.

pdames commented 1 year ago

Should https://github.com/ray-project/deltacat/issues/119 and https://github.com/ray-project/deltacat/issues/118 be captured as issues that we depend on having resolved first before starting work on this issue?