luchnikovbsk commented on code in PR #9973:
URL: https://github.com/apache/ignite/pull/9973#discussion_r850220509


##########
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/H2DynamicTableSelfTest.java:
##########
@@ -619,6 +621,29 @@ public void testQueryParallelism() {
         assertQueryParallelism("QP_OVERWRITE_TEMPLATE", 42);
     }
 
+    /**
+     * Test keywords in table name.
+     * Try to create table with all keywords.
+     */
+    @Test
+    public void testCreateTableWithKeywordName() {
+        int i = 0;
+
+        Set<String> keywords = SqlKeyword.getKeywords();
+
+        for (String entry : keywords

Review Comment:
   1) HELP - If this word is in keywords why should it be allowed to be used?
   2) public - I can agree because at the moment it is used only in this test, 
for this i can go in another way. But why not, it seems that this is the 
simplest solution?
   
   p.s. my english is bad and i use google translate.



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