Shawn Chang

Results 23 issues of Shawn Chang

> We can also introduce `max_open_partitions` here in the future to help avoid OOM _Originally posted by @CTTY in [#1735](https://github.com/apache/iceberg-rust/pull/1735/files#r2425208882)_

### Is your feature request related to a problem or challenge? Currently `Catalog` trait in iceberg-rs doesn't have `register_table` to register existing tables to a catalog. This feature can be...

enhancement
epic

### Feature Description Clustering is a core optimization feature in Apache Hudi, widely used to manage small files and improve query performance. I’d love to see support for clustering in...

feature
p1