removing legacy

This commit is contained in:
Priec
2026-09-15 00:13:30 +02:00
parent 03b50e8f81
commit c7e303c2d6
16 changed files with 13 additions and 38 deletions

View File

@@ -199,8 +199,7 @@ message StageTableDataImportRequest {
string import_id = 1;
string table_name = 2;
repeated TableDataImportRow rows = 3;
// Import-contract revision returned by GetTableImportDescriptor. A zero
// value is accepted for older clients and snapshots the current revision.
// Required positive import-contract revision returned by GetTableImportDescriptor.
int64 expected_table_revision = 4;
}