Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1128: [C++] Replace protobuf::MessageLite::ByteSize() with ByteSi… #1065

Merged
merged 1 commit into from Mar 17, 2022

Conversation

wzhou-code
Copy link
Contributor

…zeLong()

What changes were proposed in this pull request?

Replace protobuf::MessageLite::ByteSize() with protobuf::MessageLite::ByteSizeLong() in c++ test code.

Why are the changes needed?

protobuf::MessageLite::ByteSize() was deprecated in protobuf library. It should be replaced with protobuf::MessageLite::ByteSizeLong() since it could cause build failure when building orc with new version of protobuf library.

How was this patch tested?

Passed orc-test and tool-test.

@github-actions github-actions bot added the CPP label Mar 16, 2022
Copy link
Contributor

@stiga-huang stiga-huang 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

@wgtmac wgtmac merged commit ffbd341 into apache:main Mar 17, 2022
@wgtmac
Copy link
Member

wgtmac commented Mar 17, 2022

Thanks @wzhou-code and @stiga-huang !

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.

@dongjoon-hyun
Copy link
Member

Hi, @wgtmac .

You can assign ORC-1128 to @wzhou-code after you add him to the Apache ORC contributor group with your admin permission.

Please try here. I leave that to you, @wgtmac . :)

@wgtmac
Copy link
Member

wgtmac commented Mar 17, 2022

Done. Thanks @dongjoon-hyun for the guide!

@dongjoon-hyun dongjoon-hyun added this to the 1.8.0 milestone Mar 17, 2022
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants