-
Notifications
You must be signed in to change notification settings - Fork 60
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 array json #127
Add array json #127
Conversation
@jiaoew1991 Please associate the related issue to the body of your Pull Request. (eg. “issue: #6534”) |
5a0e23d
to
534fcbf
Compare
Signed-off-by: Enwei Jiao <[email protected]>
534fcbf
to
53ee601
Compare
issue: milvus-io/milvus#23389 |
/kind improvement |
issue: #128 |
53ee601
to
15df14e
Compare
@@ -103,6 +97,8 @@ message ScalarField { | |||
DoubleArray double_data = 5; | |||
StringArray string_data = 6; | |||
BytesArray bytes_data = 7; | |||
ArrayArray array_data = 8; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not work the Array of Array and JSON Array since that would be too much?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The arrays of other databases only support a single type, and a single-type array can be optimized for more operations. In addition, JSON arrays can be represented using the JSON data type.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jiaoew1991, yhmo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Enwei Jiao <[email protected]>
Signed-off-by: Enwei Jiao <[email protected]> Co-authored-by: Enwei Jiao <[email protected]>
No description provided.