Open ahsank opened 2 years 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.
is_shared_table
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
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