Skip to content

Regenerate protobuf code.#254

Merged
hbarthels merged 1 commit into
mainfrom
hb-regenerate
Jun 3, 2026
Merged

Regenerate protobuf code.#254
hbarthels merged 1 commit into
mainfrom
hb-regenerate

Conversation

@hbarthels
Copy link
Copy Markdown
Contributor

@hbarthels hbarthels commented Jun 3, 2026

This PR is the result of running make protobuf on current main.

@hbarthels hbarthels requested review from comnik and minsungc June 3, 2026 12:52
table_properties::Dict{String,String}
end
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)
PB.reserved_fields(::Type{ExportIcebergConfig}) = (names = String[], numbers = Union{Int,UnitRange{Int}}[4])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why just this .reserved_fields was missing 🤔 it seems to be present everywhere else, and the head of the PB file doesn't indicate a version bump.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good question. I have no idea. I will try to find that out.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude thinks that this must have been a mistake on a previous PR. Perhaps some of the code was produced "manually" and was incomplete.

Copy link
Copy Markdown
Contributor

@minsungc minsungc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarifying question from me, but otherwise looks good

@hbarthels hbarthels merged commit ae90a99 into main Jun 3, 2026
5 checks passed
@hbarthels hbarthels deleted the hb-regenerate branch June 3, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants