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

Add initial SQL support #36

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Add initial SQL support #36

merged 3 commits into from
Dec 11, 2024

Conversation

kezhuw
Copy link
Owner

@kezhuw kezhuw commented Dec 11, 2024

Additionally, this commit introduces(a.k.a. mixes) a number of changes.

  1. TabletClient::scope to namespace keys, and KvClient to unify kv
    operations. Resolves Exported kv client to whole kv keyspace #16.
  2. Use Status::details to carry BatchError. We probably should
    enhance it to full featured grpc compatible solution. Resolves Carry detailed error response in metadata of tonic::Status #17.

Resolves #24.

@kezhuw kezhuw force-pushed the sql branch 2 times, most recently from 29c934d to ca06fdc Compare December 11, 2024 05:24
Additionally, this commit introduces(a.k.a. mixes) a number of changes.

1. `TabletClient::scope` to namespace keys, and `KvClient` to unify kv
   operations. Resolves #16.
2. Use `Status::details` to carry `BatchError`. We probably should
   enhance it to full featured grpc compatible solution. Resolves #17.

Resolves #24.
@kezhuw kezhuw enabled auto-merge (rebase) December 11, 2024 05:45
@kezhuw kezhuw merged commit 8003c86 into master Dec 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant