Skip to content

Commit ae90a99

Browse files
authored
Regenerate protobuf code. (#254)
1 parent 88009c6 commit ae90a99

6 files changed

Lines changed: 167 additions & 166 deletions

File tree

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

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

sdks/julia/LogicalQueryProtocol.jl/src/gen/relationalai/lqp/v1/transactions_pb.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ struct ExportIcebergConfig
2525
table_properties::Dict{String,String}
2626
end
2727
ExportIcebergConfig(;locator = nothing, config = nothing, table_def = nothing, prefix = "", target_file_size_bytes = zero(Int64), compression = "", table_properties = Dict{String,String}()) = ExportIcebergConfig(locator, config, table_def, prefix, target_file_size_bytes, compression, table_properties)
28+
PB.reserved_fields(::Type{ExportIcebergConfig}) = (names = String[], numbers = Union{Int,UnitRange{Int}}[4])
2829
PB.default_values(::Type{ExportIcebergConfig}) = (;locator = nothing, config = nothing, table_def = nothing, prefix = "", target_file_size_bytes = zero(Int64), compression = "", table_properties = Dict{String,String}())
2930
PB.field_numbers(::Type{ExportIcebergConfig}) = (;locator = 1, config = 2, table_def = 3, prefix = 5, target_file_size_bytes = 6, compression = 7, table_properties = 8)
3031

sdks/python/src/lqp/proto/v1/fragments_pb2.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
88
DESCRIPTOR: _descriptor.FileDescriptor
99

1010
class Fragment(_message.Message):
11-
__slots__ = ()
11+
__slots__ = ("id", "declarations", "debug_info")
1212
ID_FIELD_NUMBER: _ClassVar[int]
1313
DECLARATIONS_FIELD_NUMBER: _ClassVar[int]
1414
DEBUG_INFO_FIELD_NUMBER: _ClassVar[int]
@@ -18,15 +18,15 @@ class Fragment(_message.Message):
1818
def __init__(self, id: _Optional[_Union[FragmentId, _Mapping]] = ..., declarations: _Optional[_Iterable[_Union[_logic_pb2.Declaration, _Mapping]]] = ..., debug_info: _Optional[_Union[DebugInfo, _Mapping]] = ...) -> None: ...
1919

2020
class DebugInfo(_message.Message):
21-
__slots__ = ()
21+
__slots__ = ("ids", "orig_names")
2222
IDS_FIELD_NUMBER: _ClassVar[int]
2323
ORIG_NAMES_FIELD_NUMBER: _ClassVar[int]
2424
ids: _containers.RepeatedCompositeFieldContainer[_logic_pb2.RelationId]
2525
orig_names: _containers.RepeatedScalarFieldContainer[str]
2626
def __init__(self, ids: _Optional[_Iterable[_Union[_logic_pb2.RelationId, _Mapping]]] = ..., orig_names: _Optional[_Iterable[str]] = ...) -> None: ...
2727

2828
class FragmentId(_message.Message):
29-
__slots__ = ()
29+
__slots__ = ("id",)
3030
ID_FIELD_NUMBER: _ClassVar[int]
3131
id: bytes
3232
def __init__(self, id: _Optional[bytes] = ...) -> None: ...

0 commit comments

Comments
 (0)