Weny Xu
917ead6274
feat: Add DropTableTask, AlterTableTask ( #54 )
...
* feat: use type instead of pb bytes
* feat: add table_info to CreateTableTask
* fix: remove unused fields
* feat: bring create route method back
* feat: add table_id in SubmitDdlTaskResponse
* feat: add drop table task
* feat: add alter table task
* chore: allow large_enum_variant
* chore: apply suggestions from CR
2023-07-06 11:55:09 +08:00
Yingwen
ff0a47b646
fix: rename region_id to region_number ( #44 )
...
* feat: build java codes by makefile
* feat: generate java code
* fix: rename region_id to region_number
* feat: generate code
2023-05-30 11:46:33 +08:00
Zheming Li
4204be285f
feat: add location info when adding columns ( #38 )
2023-05-22 17:18:14 +08:00
Ruihang Xia
d32c9d5e98
chore: add license header ( #35 )
...
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-05-18 14:27:17 +08:00
Weny Xu
59afacdae5
feat: add engine field for CreateTableExpr ( #25 )
2023-04-03 12:38:22 +08:00
Weny Xu
ad01872950
feat: add FlushTableExpr to DdlRequest ( #12 )
2023-03-01 15:21:16 +08:00
Weny Xu
8365873e83
feat: add FlushTableExpr ( #11 )
2023-02-28 15:59:18 +08:00
zyy17
36147379c3
feat: add go protobuf generation ( #6 )
...
* feat: add go protobuf generation
* ci: check go protbuf generation
* refactor: use 'namely/protoc-all:1.51_1' to compile the proto instead of locally binary
* refactor: no need to add the 'bin/' igore
* chore: modify code format
* refactor: add some comments to describe our modification
2023-02-15 15:10:17 +08:00