Skip to content

Commit c005bb4

Browse files
committed
Update artifacts
1 parent 6fbb2c7 commit c005bb4

16 files changed

Lines changed: 13704 additions & 14078 deletions

File tree

buf.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ modules:
55
use:
66
- FILE
77
except:
8-
- FIELD_NO_DELETE
8+
- FIELD_NO_DELETE
9+
- MESSAGE_NO_DELETE

meta/src/meta/grammar.y

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,6 @@ def construct_export_iceberg_config_full(
17551755
locator: logic.IcebergLocator,
17561756
config: logic.IcebergCatalogConfig,
17571757
table_def: logic.RelationId,
1758-
columns: Sequence[transactions.ExportColumn],
17591758
table_property_pairs: Sequence[Tuple[String, String]],
17601759
config_dict: Optional[Sequence[Tuple[String, logic.Value]]],
17611760
) -> transactions.ExportIcebergConfig:
@@ -1768,7 +1767,6 @@ def construct_export_iceberg_config_full(
17681767
locator=locator,
17691768
config=config,
17701769
table_def=table_def,
1771-
columns=columns,
17721770
prefix=builtin.some(prefix),
17731771
target_file_size_bytes=builtin.some(target_file_size_bytes),
17741772
compression=compression,

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

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

sdks/go/src/parser.go

Lines changed: 2753 additions & 2785 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)