iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Add rename_view to REST Catalog

Open rambleraptor opened this issue 6 months ago • 1 comments

Rationale for this change

As part of #818, this adds rename_view support to the Iceberg REST Catalog.

The REST Catalog spec specifies that both rename_view and rename_table do not return anything. Currently, rename_table returns the table. I'm happy to change that API if we want, but it would technically be a breaking change.

Are these changes tested?

Added unit tests.

Are there any user-facing changes?

  • Added rename_view support to Iceberg REST Catalog.

rambleraptor avatar Jun 25 '25 22:06 rambleraptor

@Fokko @kevinjqliu mind taking a look when you can? thanks!

rambleraptor avatar Jul 01 '25 21:07 rambleraptor