weiqingy commented on code in PR #997:
URL: https://github.com/apache/flink-agents/pull/997#discussion_r3837417384
##########
integrations/vector-stores/elasticsearch/src/main/java/org/apache/flink/agents/integrations/vectorstores/elasticsearch/ElasticsearchVectorStore.java:
##########
@@ -546,7 +554,7 @@ private void deleteDocuments(
if (combined != null) {
builder.query(q -> q.withJson(new StringReader(combined)));
} else {
- // No filter at all → delete every document (match_all).
+ // No filter at all 闂?delete every document (match_all).
Review Comment:
Both checked out at `271818de` — nothing further from me on these two.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]