Hi team, is AUTO_INCREMENT supported when creating iceberg table in StarRocks? I tried create a table with AUTO_INCREMENT column in iceberg catalog, then insert into it, got error: Column has no default value, column=trip_id.
a
Alvin Zhao
11/23/2025, 6:09 PM
AUTO_INCREMENT is only supported for native tables, right now.