Skip to content

Commit 73781ba

Browse files
committed
Add reserved field
1 parent 182742f commit 73781ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proto/relationalai/lqp/v1/transactions.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ message ExportIcebergConfig {
126126
IcebergLocator locator = 1;
127127
IcebergCatalogConfig config = 2;
128128
RelationId table_def = 3; // Which definition to export as a table.
129+
reserved 4; // was: repeated ExportColumn columns
129130
optional string prefix = 5; // File name prefix for parquet files that are produced.
130131
optional int64 target_file_size_bytes = 6;
131132
string compression = 7;

0 commit comments

Comments
 (0)