yongpengli-z

Results 10 issues of yongpengli-z

![image](https://user-images.githubusercontent.com/103410837/180694780-1856a588-61b2-481d-bc68-f0c431782824.png)

actual response: delete success expect response: warning the usename is not existed

details: 1.the rows of json file need >=30(the result is correct when the rows is

Warpper the response ,such as insert,insetAsync and so on

For example,when create collection without collectionName,throw ParamException. ![image](https://user-images.githubusercontent.com/103410837/170448335-6176e580-bfcc-43da-95b1-14556da4922f.png)

### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version:v2.3.2 - Deployment mode(standalone or cluster): - MQ type(rocksmq,...

kind/bug
2.3-regression

Milvus-version:v2.4.4 java-sdk:master-latest Search in BFloat16Vector collection,the result is empty. ``` package com.zilliz.milvustestv2.vectorOperation; import com.google.common.collect.Lists; import com.google.gson.Gson; import com.google.gson.JsonObject; import com.zilliz.milvustestv2.utils.MathUtil; import io.milvus.client.MilvusServiceClient; import io.milvus.param.ConnectParam; import io.milvus.param.collection.FlushParam; import io.milvus.v2.client.ConnectConfig; import io.milvus.v2.client.MilvusClientV2;...

java-sdk-version : master-v2 correct return: ![img_v3_02bp_1c268830-b5b2-4908-911c-1534c503255g](https://github.com/milvus-io/milvus-sdk-java/assets/103410837/e66c17e3-41c5-486a-8d81-7e16f4daac2d) Currently returned is empty: ![img_v3_02bp_0da63d73-75c0-496f-aefc-9fca5728b9eg](https://github.com/milvus-io/milvus-sdk-java/assets/103410837/9faf7153-8ebe-43ff-aed9-6998d2c71983)