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

[Subtask] Implement key encoding of entity for key-value store #120

Closed
Tracked by #50
yuqi1129 opened this issue Jul 25, 2023 · 1 comment · Fixed by #160
Closed
Tracked by #50

[Subtask] Implement key encoding of entity for key-value store #120

yuqi1129 opened this issue Jul 25, 2023 · 1 comment · Fixed by #160
Assignees

Comments

@yuqi1129
Copy link
Contributor

yuqi1129 commented Jul 25, 2023

Describe the subtask

This issue is a subtask for #50

Description

This issue will do the detailed implementation for entity encoding in the Key-Value store, more precisely It aims to implement the interface EntityKeyEncoder

Parent issue

#50

@yuqi1129
Copy link
Contributor Author

jerryshao pushed a commit that referenced this issue Aug 8, 2023
…re (#160)

### What changes were proposed in this pull request?

In this PR, We introduce a detailed key encoding method for key-value
store, please see
https://docs.google.com/document/d/1jyXqIoiS8sBOCv8hhvkm2Ln9gkTnWqpCgpqhaAUboFQ/edit
for more information

### Why are the changes needed?

1. More detailed implementation for `CustomEntityKeyEncoder`

Fix: #120 

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

New UT `TestEntityKeyEncoding` was added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants