nfsantos commented on code in PR #723:
URL: https://github.com/apache/jackrabbit-oak/pull/723#discussion_r983181127


##########
oak-core/src/main/java/org/apache/jackrabbit/oak/query/SQL2Parser.java:
##########
@@ -636,6 +636,7 @@ private ConstraintImpl parseConditionFunctionIf(String 
functionName) throws Pars
                 }
             }
         } else if ("NATIVE".equalsIgnoreCase(functionName)) {
+            LOG.warn("native queries are deprecated. query:{}", statement);

Review Comment:
   nitpick: 
   ```suggestion
               LOG.warn("native queries are deprecated. query: {}", statement);
   ```
   Is it a convention that the log messages start with lower case? And even if 
that is the case, maybe the second sentence part should start with upper case. 



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