zstan commented on code in PR #12452:
URL: https://github.com/apache/ignite/pull/12452#discussion_r3136483733


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryTypeDescriptor.java:
##########
@@ -236,6 +236,23 @@ public interface GridQueryTypeDescriptor {
      */
     public void implicitPk(boolean implicitPk);
 
+    /**
+     * Gets whether a type was created by SQL.
+     *
+     * NOTE: There is a difference between query type descriptor sql flag and 
cache descriptor sql flag. The same flag
+     * on cache descriptor specifies whether entire cache was created by sql, 
but query type descriptor sql flag can
+     * be set to true even when cache sql flag is false (for example, when 
cache was created by cache API,
+     * but qyery type was added by SQL).

Review Comment:
   ```suggestion
        * but query type was added by SQL).
   ```



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