Skip to content

Commit

Permalink
feat/add-modify-table-attr-expr:
Browse files Browse the repository at this point in the history
 Added ChangeTableAttributes to AlterRequest in server.proto

 - Introduced ChangeTableAttributes message handling in AlterRequest.
 - Updated server.pb.cc and server.pb.h to include logic for new ChangeTableAttributes.
 - Altered Java Server class to support ChangeTableAttributes.
 - Incremented descriptor sizes and adjusted field offsets in server.pb.cc.
  • Loading branch information
v0y4g3r committed Oct 17, 2024
1 parent f81189a commit e83eb6a
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 58 deletions.
138 changes: 104 additions & 34 deletions c++/greptime/v1/region/server.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions c++/greptime/v1/region/server.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e83eb6a

Please sign in to comment.