Skip to content

Commit

Permalink
feat: add dwrf file format (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf authored Sep 2, 2022
1 parent 63c5da0 commit 0f7c2ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,15 @@ message ReadRel {
message ParquetReadOptions {}
message ArrowReadOptions {}
message OrcReadOptions {}
message DwrfReadOptions {}

// The format of the files.
oneof file_format {
ParquetReadOptions parquet = 9;
ArrowReadOptions arrow = 10;
OrcReadOptions orc = 11;
google.protobuf.Any extension = 12;
DwrfReadOptions dwrf = 13;
}
}
}
Expand Down

0 comments on commit 0f7c2ea

Please sign in to comment.