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
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
PROTO_ROOT=./proto
|
||||
JAVA_OUTPUT=./java/src/main/java/
|
||||
|
||||
protoc -I=${PROTO_ROOT} --java_out=${JAVA_OUTPUT} \
|
||||
${PROTO_ROOT}/greptime/v1/column.proto \
|
||||
${PROTO_ROOT}/greptime/v1/ddl.proto \
|
||||
${PROTO_ROOT}/greptime/v1/database.proto
|
||||
Reference in New Issue
Block a user