chore: format proto file (#254)
* chore: proto file format using buf * generate go file
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "github.com/GreptimeTeam/greptime-proto/go/substrait_extension";
|
||||
|
||||
package substrait_extension;
|
||||
|
||||
option go_package = "github.com/GreptimeTeam/greptime-proto/go/substrait_extension";
|
||||
|
||||
message MergeScan {
|
||||
// the input logical plan
|
||||
bytes input = 1;
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "github.com/GreptimeTeam/greptime-proto/go/substrait_extension";
|
||||
|
||||
package substrait_extension;
|
||||
|
||||
option go_package = "github.com/GreptimeTeam/greptime-proto/go/substrait_extension";
|
||||
|
||||
message EmptyMetric {
|
||||
// Start timestamp in millisecond
|
||||
int64 start = 1;
|
||||
|
||||
Reference in New Issue
Block a user