StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.03k stars 1.82k forks source link

Iceberg REST Catalog DELETE FROM Support #52257

Open c-thiel opened 4 weeks ago

c-thiel commented 4 weeks ago

Feature request

Is your feature request related to a problem? Please describe.

I want to delete rows from a Table stored in an Iceberg REST Catalog.

Describe the solution you'd like

Support Delete and document supported / not supported operations.

Additional context

Steps to reproduce:

Error: (1064, "Getting analyzing error. Detail message: Table of iceberg catalog doesn't support [DELETE].")

Dshadowzh commented 4 weeks ago

Thanks for feedback, delete and merge in Iceberg are not supported now, but we'll support in next few versions.

mrsergeifrolov commented 1 week ago

We are really looking forward to this fix. Please speed up the release if possible.

armanbest commented 1 week ago

We’re facing a similar issue – StarRocks + Iceberg + REST does not support deletion and modification. This feature is highly needed; @Dshadowzh are there any updates on it?

leoshevt commented 1 week ago

We’re encountering the same issue

popinguy commented 1 week ago

Same issue. Looking forward to resolving it

zwhitten commented 1 week ago

I'm also looking to be able to delete and update via jdbc using Iceberg + REST. Does this work with Iceberg + Hive?