risingwave icon indicating copy to clipboard operation
risingwave copied to clipboard

refactor: use state table for state store in source

Open tabVersion opened this issue 1 year ago • 0 comments

Signed-off-by: tabVersion [email protected]

I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.

What's changed and what's your intention?

PLEASE DO NOT LEAVE THIS EMPTY !!!

Please explain IN DETAIL what the changes are in this PR and why they are needed:

as title, migrate from kv to state table

  • Summarize your change (mandatory)
  • How does this PR work? Need a brief introduction for the changed logic (optional)
  • Describe clearly one logical change and avoid lazy messages (optional)
  • Describe any limitations of the current code (optional)

Checklist

  • [x] I have written necessary rustdoc comments
  • [x] I have added necessary unit tests and integration tests
  • [x] All checks passed in ./risedev check (or alias, ./risedev c)

Refer to a related PR or issue link (optional)

resolve #4944

tabVersion avatar Sep 19 '22 14:09 tabVersion