-
Notifications
You must be signed in to change notification settings - Fork 389
Corrected grammar and consistency in error messages #2289
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Ahmetyasin The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Welcome @Ahmetyasin! It looks like this is your first PR to milvus-io/pymilvus 🎉 |
|
@Ahmetyasin could you add singed-off? There is one commit incorrectly signed off. This means that the author of this commit failed to include a Signed-off-by line in the commit message. To avoid having PRs blocked in the future, always include Signed-off-by: Author Name [email protected] in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s). |
This PR updates several error messages for grammar and clarity. The changes include: Corrected "data should be a list of list" to "The data should be a list of lists" for better readability. Fixed grammar in "The data don't match with schema fields" to "The data doesn't match with schema fields." Corrected field name mismatch message from "The name of field don't match" to "The name of the field doesn't match." These improvements enhance the clarity and professionalism of error messages in the codebase.
This PR updates several error messages for grammar and clarity. The changes include: Corrected "data should be a list of list" to "The data should be a list of lists" for better readability. Fixed grammar in "The data don't match with schema fields" to "The data doesn't match with schema fields." Corrected field name mismatch message from "The name of field don't match" to "The name of the field doesn't match." These improvements enhance the clarity and professionalism of error messages in the codebase. Signed-off-by: zhenshan.cao <[email protected]> Co-authored-by: Ahmet Yasin Aytar <[email protected]>
|
I have picked to branch 2.4 refer to : #2330 |
This PR updates several error messages for grammar and clarity. The changes include: Corrected "data should be a list of list" to "The data should be a list of lists" for better readability. Fixed grammar in "The data don't match with schema fields" to "The data doesn't match with schema fields." Corrected field name mismatch message from "The name of field don't match" to "The name of the field doesn't match." These improvements enhance the clarity and professionalism of error messages in the codebase. Signed-off-by: zhenshan.cao <[email protected]> Co-authored-by: Ahmet Yasin Aytar <[email protected]>
This PR updates several error messages for grammar and clarity. The changes include: Corrected "data should be a list of list" to "The data should be a list of lists" for better readability. Fixed grammar in "The data don't match with schema fields" to "The data doesn't match with schema fields." Corrected field name mismatch message from "The name of field don't match" to "The name of the field doesn't match." These improvements enhance the clarity and professionalism of error messages in the codebase. Signed-off-by: NamCaoHai <[email protected]>
This PR updates several error messages for grammar and clarity. The changes include:
Corrected "data should be a list of list" to "The data should be a list of lists" for better readability.
Fixed grammar in "The data don't match with schema fields" to "The data doesn't match with schema fields."
Corrected field name mismatch message from "The name of field don't match" to "The name of the field doesn't match."
These improvements enhance the clarity and professionalism of error messages in the codebase.