apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
918 stars 297 forks source link

[FEATURE] Trino Postgresql catalog supports column auto-increment. #3111

Closed diqiu50 closed 1 month ago

diqiu50 commented 4 months ago

Describe the feature

Support statement:

CREATE TABLE gt_postgresql.gt_db1.tb01 (
    name varchar,
    id int with ("auto_increment" = true)
);

Motivation

No response

Describe the solution

No response

Additional context

No response

diqiu50 commented 1 month ago

Trino does not support insert data into the table contains the auto auto_increment columns