Skip to content

Commit

Permalink
Empty -> google.protobuf.Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed May 18, 2022
1 parent ce58651 commit 31cb99d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ message ReadRel {

// The format of the files
oneof file_format {
Empty parquet = 9;
Empty arrow_file = 10;
Empty arrow_stream = 11;
Empty orc = 12;
google.protobuf.Empty parquet = 9;
google.protobuf.Empty arrow_file = 10;
google.protobuf.Empty arrow_stream = 11;
google.protobuf.Empty orc = 12;
google.protobuf.Any extension = 13;
}

Expand Down

0 comments on commit 31cb99d

Please sign in to comment.