[Bug]: If the text in Text Match contains a \n (line break) symbol, the query plan will parse incorrectly. #37367
Labels
2.5-features
feature/text match
kind/bug
Issues or changes related a bug
severity/critical
Critical, lead to crash, data missing, wrong result, function totally doesn't work.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Is there an existing issue for this?
Environment
Current Behavior
If the text matched by text match is generated through
query_data = faker.text(max_nb_chars=300)
, an error will be reported.If the text matched by text match is generated through
query_data = faker.text(max_nb_chars=300).replace("\n", " ")
, it works well.Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: