apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

feat: impl create and drop table service #84

Closed chunshao90 closed 2 years ago

chunshao90 commented 2 years ago

Which issue does this PR close?

Closes #

Rationale for this change

Implement CreateTable and DropTable in gRPC CeresmetaServer.

What changes are included in this PR?

Are there any user-facing changes?

No.

How does this change test