dgriffon commented on code in PR #530:
URL: https://github.com/apache/unomi/pull/530#discussion_r1010198725
##########
persistence-elasticsearch/core/src/main/java/org/apache/unomi/persistence/elasticsearch/conditions/ConditionESQueryBuilderDispatcher.java:
##########
@@ -83,12 +83,12 @@ public QueryBuilder buildFilter(Condition condition,
Map<String, Object> context
if (contextualCondition != null) {
return queryBuilder.buildQuery(contextualCondition, context,
this);
}
- }
-
- // if no matching
- logger.warn("No matching query builder. See debug log level for more
information");
- if (logger.isDebugEnabled()) {
- logger.debug("No matching query builder for condition {} and
context {}", condition, context);
+ } else {
Review Comment:
Indeed, I was talking about parameters, sounds like no matching signature in
that case isn't it?
--
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]