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

feat: Change checksum algorithm to CRC32C. And localize checksum handling t… #506

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

vnorigoog
Copy link
Contributor

…o one file.

@product-auto-label product-auto-label bot added the api: datastore Issues related to the googleapis/java-datastore API. label Aug 20, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 20, 2021
@vnorigoog vnorigoog changed the title Change checksum algorithm to CRC32C. And localize checksum handling t… feat:Change checksum algorithm to CRC32C. And localize checksum handling t… Aug 20, 2021
@kolea2 kolea2 requested review from kolea2 and crwilcox August 23, 2021 20:24
return hc.toString();
}

private static Hasher getNewHasher() {
Copy link
Contributor

Choose a reason for hiding this comment

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

for better readability, I would rename this to getNewCrc32cHasher

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@kolea2 kolea2 changed the title feat:Change checksum algorithm to CRC32C. And localize checksum handling t… feat: Change checksum algorithm to CRC32C. And localize checksum handling t… Aug 24, 2021
Copy link
Contributor Author

@vnorigoog vnorigoog left a comment

Choose a reason for hiding this comment

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

Thanks for the review.. I missed looking at the review comments for the last 1 week! sorry about the delay

Copy link
Contributor Author

@vnorigoog vnorigoog left a comment

Choose a reason for hiding this comment

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

Thanks for the reviews

@vnorigoog
Copy link
Contributor Author

vnorigoog commented Sep 7, 2021 via email

Copy link
Contributor

@kolea2 kolea2 left a comment

Choose a reason for hiding this comment

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

lgtm, will let @crwilcox take another look

@kolea2 kolea2 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 15, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 15, 2021
@crwilcox crwilcox merged commit 0151726 into googleapis:master Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/java-datastore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants