Skip to content

Commit

Permalink
Simplified arrow to just the file format since stream doesn't make se…
Browse files Browse the repository at this point in the history
…nse for local files anyways.
  • Loading branch information
westonpace committed May 18, 2022
1 parent 31cb99d commit 284c2a7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,9 @@ message ReadRel {
// The format of the files
oneof file_format {
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;
google.protobuf.Empty arrow = 10;
google.protobuf.Empty orc = 11;
google.protobuf.Any extension = 12;
}

}
Expand Down

0 comments on commit 284c2a7

Please sign in to comment.