-
Notifications
You must be signed in to change notification settings - Fork 315
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
The gRPC protocol needs to support the JSON type #4872
Labels
C-enhancement
Category Enhancements
Comments
3 tasks
Java SDK done: GreptimeTeam/greptimedb-ingester-java#52 |
@daviderli614 Let's add JSON Type support to the Go SDK. |
Wait until I finish this PR:GreptimeTeam/greptimedb-ingester-go#51 |
3 tasks
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What type of enhancement is this?
Tech debt reduction, User experience
What does the enhancement do?
The GreptimeDB already supports JSON type via SQL statements.
But gRPC protocol doesn't support it.
There are two things need to be done:
proto
file.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: