gohbase icon indicating copy to clipboard operation
gohbase copied to clipboard

anyway to do alter table?

Open dingteddy opened this issue 11 months ago • 1 comments

i want to alter table to add new cf, but not find any api to do this. when i use mutate append, bu i failed.

dingteddy avatar Jan 10 '25 11:01 dingteddy

We currently don't implement this API. Someone would need to add support for it in the admin client. The proto RPC to implement would be: https://github.com/tsuna/gohbase/blob/master/pb/Master.proto#L558-L559

dethi avatar Jan 10 '25 16:01 dethi