futurewei-cloud / chogori-opengauss

Other
2 stars 7 forks source link

Shared Table and index not supported by PG Gate Api #43

Open ahsank opened 1 year ago

ahsank commented 1 year ago

No is_shared_table paramter is passed to create table Api https://github.com/futurewei-cloud/chogori-opengauss/blob/mainline/src/gausskernel/storage/access/k2/pg_gate_api.cpp#L335 so the shared table code is not used.

It needs to pass shared table flag similar to chogori-sql https://github.com/futurewei-cloud/chogori-sql/blob/master/src/k2/connector/pggate/pg_gate_api.cc#L315