feat(DirectoryNamespace): support index and transaction related operations#6196
feat(DirectoryNamespace): support index and transaction related operations#6196zhangyue19921010 wants to merge 3 commits intolance-format:mainfrom
Conversation
PR Review: feat(DirectoryNamespace): support index and transaction related operationsP0:
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
PR Review all addressed. |
| Self::paginate_indices(&mut indices, request.page_token, request.limit); | ||
| Ok(ListTableIndicesResponse { | ||
| indexes: indices, | ||
| page_token: None, |
There was a problem hiding this comment.
Is it right to set the page_token to None?
There was a problem hiding this comment.
Nice Catch. Changed!
Index and transaction
create_table_indexlist_table_indicesdescribe_table_index_statsdescribe_transactioncreate_table_scalar_indexdrop_table_index