Skip to content

Conversation

@gengliangwang
Copy link
Member

What changes were proposed in this pull request?

The new field rootExecutionId of SQLExecutionUIData is not correctly serialized/deserialized in #39268. This PR is to fix it.

Why are the changes needed?

Bug fix

Does this PR introduce any user-facing change?

No

How was this patch tested?

UT

bool metric_values_is_null = 12;
map<int64, string> metric_values = 13;
optional int64 root_execution_id = 14;
int64 root_execution_id = 2;
Copy link
Member Author

Choose a reason for hiding this comment

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

since we haven't released the protobuf file, I move root_execution_id to the 2nd field and make it required instead of optional. This matches the definition of SQLExecutionUIData.

@gengliangwang
Copy link
Member Author

cc @linhongliu-db @cloud-fan @dongjoon-hyun I found this during post-review.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM.

@gengliangwang
Copy link
Member Author

@dongjoon-hyun Thanks for the review.
Merging this one to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants