Skip to content

Commit 6e57d54

Browse files
hbarthelsclaude
andcommitted
Remove comments from IcebergTarget fields in logic.proto; regenerate
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1e56096 commit 6e57d54

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

proto/relationalai/lqp/v1/logic.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ message CSVConfig {
317317
}
318318

319319
message IcebergTarget {
320-
RelationId target_id = 1; // RelPath for output relation
321-
repeated Type types = 2; // row ID type + all column types, in order
320+
RelationId target_id = 1;
321+
repeated Type types = 2;
322322
}
323323

324324
message IcebergData {
@@ -328,7 +328,7 @@ message IcebergData {
328328
optional string from_snapshot = 4;
329329
optional string to_snapshot = 5;
330330
bool returns_delta = 6;
331-
optional IcebergTarget target = 7; // if present, single-relation (full_table) mode
331+
optional IcebergTarget target = 7;
332332
}
333333

334334
message IcebergLocator {

sdks/go/src/lqp/v1/logic.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)