Skip to content

Commit

Permalink
Remove Velox prefixes in Substrait proto files (facebookincubator#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored and zhejiangxiaomai committed Sep 1, 2022
1 parent 9a57ddd commit 5f47eea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion velox/substrait/proto/substrait/parameterized_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";

package substrait;

import "velox/substrait/proto/substrait/type.proto";
import "substrait/type.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Substrait.Protobuf";
Expand Down
4 changes: 2 additions & 2 deletions velox/substrait/proto/substrait/plan.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ syntax = "proto3";

package substrait;

import "velox/substrait/proto/substrait/algebra.proto";
import "velox/substrait/proto/substrait/extensions/extensions.proto";
import "substrait/algebra.proto";
import "substrait/extensions/extensions.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Substrait.Protobuf";
Expand Down
2 changes: 1 addition & 1 deletion velox/substrait/proto/substrait/type_expressions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";

package substrait;

import "velox/substrait/proto/substrait/type.proto";
import "substrait/type.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Substrait.Protobuf";
Expand Down

0 comments on commit 5f47eea

Please sign in to comment.