Skip to content

Commit d862b96

Browse files
hbarthelsclaude
andcommitted
Regenerate generated files after merging master
Regenerate parsers, protobuf bindings, pretty printers, and test fixtures (.bin + pretty/pretty_debug snapshots) from the post-merge grammar and protos. Parsers changed; protobuf bindings and printers were already in sync. Test artifacts pick up master's new :csv_compression default ("auto" -> ""). All Python/Go/Julia tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 220987b commit d862b96

15 files changed

Lines changed: 7999 additions & 7464 deletions

sdks/go/src/parser.go

Lines changed: 2961 additions & 2770 deletions
Large diffs are not rendered by default.

sdks/julia/LogicalQueryProtocol.jl/src/parser.jl

Lines changed: 2509 additions & 2325 deletions
Large diffs are not rendered by default.

sdks/python/src/lqp/gen/parser.py

Lines changed: 2521 additions & 2361 deletions
Large diffs are not rendered by default.

tests/bin/relations_cdc.bin

-6 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.

tests/bin/relations_split.bin

-6 Bytes
Binary file not shown.

tests/pretty/relations_cdc.lqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(csv_locator (paths "s3://bucket/edges.csv"))
1010
(csv_config
1111
{
12-
:csv_compression "auto"
12+
:csv_compression ""
1313
:csv_decimal_separator "."
1414
:csv_delimiter ","
1515
:csv_encoding "utf-8"

tests/pretty/relations_edge_arity4.lqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(csv_locator (paths "s3://bucket/edges.csv"))
1010
(csv_config
1111
{
12-
:csv_compression "auto"
12+
:csv_compression ""
1313
:csv_decimal_separator "."
1414
:csv_delimiter ","
1515
:csv_encoding "utf-8"

tests/pretty/relations_edge_binary.lqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(csv_locator (paths "s3://bucket/edges.csv"))
1010
(csv_config
1111
{
12-
:csv_compression "auto"
12+
:csv_compression ""
1313
:csv_decimal_separator "."
1414
:csv_delimiter ","
1515
:csv_encoding "utf-8"

0 commit comments

Comments
 (0)