Skip to content

refactor(stream): make degree_state field in JoinHashMap an Option #5290

refactor(stream): make degree_state field in JoinHashMap an Option

refactor(stream): make degree_state field in JoinHashMap an Option #5290

Triggered via pull request September 18, 2024 09:52
Status Failure
Total duration 25s
Artifacts

protobuf-breaking.yml

on: pull_request
Check breaking changes in Protobuf files
14s
Check breaking changes in Protobuf files
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Check breaking changes in Protobuf files: proto/stream_plan.proto#L458
Previously present field "11" with name "null_safe" on message "AsOfJoinNode" was deleted without reserving the name "null_safe".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L458
Previously present field "12" with name "asof_desc" on message "AsOfJoinNode" was deleted without reserving the name "asof_desc".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L458
Previously present field "11" with name "null_safe" on message "AsOfJoinNode" was deleted without reserving the number "11".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L458
Previously present field "12" with name "asof_desc" on message "AsOfJoinNode" was deleted without reserving the number "12".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L467
Field "6" with name "output_indices" on message "AsOfJoinNode" changed option "json_name" from "leftDegreeTable" to "outputIndices".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L467
Field "6" with name "output_indices" on message "AsOfJoinNode" changed cardinality from "optional with explicit presence" to "repeated".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L467
Field "6" with name "output_indices" on message "AsOfJoinNode" changed type from "message" to "uint32". See https://developers.google.com/protocol-buffers/docs/proto3#updating for wire compatibility rules and https://developers.google.com/protocol-buffers/docs/proto3#json for JSON compatibility rules.
Check breaking changes in Protobuf files: proto/stream_plan.proto#L467
Field "6" on message "AsOfJoinNode" changed name from "left_degree_table" to "output_indices".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L471
Field "7" with name "left_deduped_input_pk_indices" on message "AsOfJoinNode" changed option "json_name" from "rightDegreeTable" to "leftDedupedInputPkIndices".
Check breaking changes in Protobuf files: proto/stream_plan.proto#L471
Field "7" with name "left_deduped_input_pk_indices" on message "AsOfJoinNode" changed cardinality from "optional with explicit presence" to "repeated".
Check breaking changes in Protobuf files
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check breaking changes in Protobuf files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/