-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Support json & array types #23408
Support json & array types #23408
Conversation
/hold |
@jiaoew1991 Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
@jiaoew1991 Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
@jiaoew1991, please be sure the pr should only have one commit, check https://github.com/milvus-io/milvus/blob/master/CODE_REVIEW.md for more details. |
@jiaoew1991 ut workflow job failed, comment |
Working on it |
related #23389 |
@jiaoew1991 ut workflow job failed, comment |
9 similar comments
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
@jiaoew1991 ut workflow job failed, comment |
/kind feature |
rerun ut |
08dbe49
to
1ac16c1
Compare
@jiaoew1991 ut workflow job failed, comment |
938af4e
to
a2c53e8
Compare
@jiaoew1991 ut workflow job failed, comment |
Signed-off-by: yah01 <yang.cen@zilliz.com> Co-authored-by: jiaoew1991 <enwei.jiao@zilliz.com>
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.
/lgtm
|
||
namespace milvus::segcore { | ||
|
||
#define FIELD_DATA(info, field) (info->scalars().field##_data().data()) |
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.
Remove unused macro
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, jiaoew1991 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 |
See also #23389
/kind feature