sergehuber commented on code in PR #530:
URL: https://github.com/apache/unomi/pull/530#discussion_r1010192990


##########
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:
   You mean when we can't resolve the parameters ? No I don't think so that 
would happen too often.



-- 
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]

Reply via email to