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
8.87k stars 1.78k forks source link

Iceberg REST Catalog DELETE FROM Support #52257

Open c-thiel opened 2 days ago

c-thiel commented 2 days 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 2 days ago

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