Skip to content

Commit

Permalink
Fix protobuf formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-n committed Dec 19, 2024
1 parent 90f46cc commit 739179d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ message ReadRel {

// Read an Iceberg Table
message IcebergTable {

oneof table_type {
MetadataFileRead direct = 1;
// future: add catalog table types (e.g. rest api, latest metadata in path, etc)
Expand All @@ -142,8 +141,6 @@ message ReadRel {
}
}



// A table composed of expressions.
message VirtualTable {
repeated Expression.Literal.Struct values = 1 [deprecated = true];
Expand Down

0 comments on commit 739179d

Please sign in to comment.