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

Support digest function in GrpcStore #1509

Closed
wants to merge 5 commits into from

Conversation

asr2003
Copy link

@asr2003 asr2003 commented Dec 1, 2024

Description

  • Updated ResourceInfo to default digest_function to sha256 if not provided.
  • Ensured backward compatibility for existing functionality.

Fixes #1325
/claim #1325

Type of change

Please delete options that aren't relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Please also list any relevant details for your test configuration

Checklist

  • Updated documentation if needed
  • Tests added/amended
  • bazel test //... passes locally
  • PR is contained in a single commit, using git amend see some docs

This change is Reviewable

…bility

- Updated `ResourceInfo` to default `digest_function` to `sha256` if not provided.
- Ensured backward compatibility for existing functionality.
- Updated tests to reflect default `sha256` behavior when `digest_function` is not set
@CLAassistant
Copy link

CLAassistant commented Dec 1, 2024

CLA assistant check
All committers have signed the CLA.

@asr2003 asr2003 changed the title Support for multiple digest functions in GRPC Store Support digest_function in GrpcStore Dec 1, 2024
@asr2003 asr2003 changed the title Support digest_function in GrpcStore Support digest function in GrpcStore Dec 1, 2024
@MarcusSorealheis
Copy link
Collaborator

MarcusSorealheis commented Dec 1, 2024

I don't understand the comment?

@asr2003
Copy link
Author

asr2003 commented Dec 2, 2024 via email

@asr2003 asr2003 marked this pull request as ready for review December 14, 2024 05:15
@asr2003
Copy link
Author

asr2003 commented Dec 14, 2024

@aaronmondal @MarcusSorealheis It's ready for your review!

@MarcusSorealheis
Copy link
Collaborator

@asr2003 Please squash this into one commit

@asr2003
Copy link
Author

asr2003 commented Dec 17, 2024

Sorry @MarcusSorealheis . I have messed up this branch during rebase. Instead I have opened #1548 , a new PR with clean and squashed all of them into one

@asr2003
Copy link
Author

asr2003 commented Dec 17, 2024

Closing in favor of #1548

@asr2003 asr2003 closed this Dec 17, 2024
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.

💎 Support digest_function in GrpcStore
3 participants