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

fix several bugs and add new parameter to support partition key. #792

Merged
merged 3 commits into from
Mar 8, 2024

Conversation

nianliuu
Copy link
Collaborator

@nianliuu nianliuu commented Mar 7, 2024

  • fix bugs in describeIndex, make sure indexName matches the request
  • add AddFieldReq to support add Field quickly
  • support partition key and numPartition
  • update queryResp and searchResp to sync with python

nianliuu added 2 commits March 7, 2024 10:56
…request

Signed-off-by: Nian Liu <nian.liu@zilliz.com>
… etc.

Signed-off-by: Nian Liu <nian.liu@zilliz.com>
…AddFieldReq, update QueryResp and SearchResp

Signed-off-by: Nian Liu <nian.liu@zilliz.com>
@yhmo
Copy link
Contributor

yhmo commented Mar 8, 2024

/lgtm
/approve

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nianliuu, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot merged commit af62656 into master Mar 8, 2024
5 checks passed
nianliuu added a commit that referenced this pull request Mar 8, 2024
* bug fix: check the fieldName and indexName matches the describeIndex request

Signed-off-by: Nian Liu <nian.liu@zilliz.com>

* add partitionKey support for collection create, add ShardsNum, Array, etc.

Signed-off-by: Nian Liu <nian.liu@zilliz.com>

* Feature sync: update createCollection to add several new params; add AddFieldReq, update QueryResp and SearchResp

Signed-off-by: Nian Liu <nian.liu@zilliz.com>

---------

Signed-off-by: Nian Liu <nian.liu@zilliz.com>
(cherry picked from commit af62656)
nianliuu added a commit that referenced this pull request Mar 8, 2024
* bug fix: check the fieldName and indexName matches the describeIndex request

Signed-off-by: Nian Liu <nian.liu@zilliz.com>

* add partitionKey support for collection create, add ShardsNum, Array, etc.

Signed-off-by: Nian Liu <nian.liu@zilliz.com>

* Feature sync: update createCollection to add several new params; add AddFieldReq, update QueryResp and SearchResp

Signed-off-by: Nian Liu <nian.liu@zilliz.com>

---------

Signed-off-by: Nian Liu <nian.liu@zilliz.com>
(cherry picked from commit af62656)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants