mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-11 07:42:54 +00:00
* fix: readme * feat: change Column's datatype in protobuf from optional to required * feat: supports creating table and adding new columns automatically in gRPC, #279, #283 * fix: test * refactor: execute_grpc_insert * refactor: clean code and add test * fix: test after rebasing develop branch * test: test grpc server with different ports * fix: typo Co-authored-by: Ruihang Xia <waynestxia@gmail.com> * fix: typo Co-authored-by: Ruihang Xia <waynestxia@gmail.com> * chore: minor changes * chore: build_alter_table_request Co-authored-by: Ruihang Xia <waynestxia@gmail.com>