You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/02/01 11:03:21 UTC

[GitHub] [ignite] korlov42 commented on a change in pull request #8709: IGNITE-13973 Calcite integration. Query get frozen if assertion error was thrown

korlov42 commented on a change in pull request #8709:
URL: https://github.com/apache/ignite/pull/8709#discussion_r567737061



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
##########
@@ -247,7 +247,7 @@
 
     /** h2 redirection stub. */
     public static final Pattern H2_REDIRECTION_RULES =
-        Pattern.compile("\\s*(create\\s*table|drop\\s*table|alter\\s*table)", CASE_INSENSITIVE);
+        Pattern.compile("\\s*(create\\s*table|create\\s*index|drop\\s*table|alter\\s*table)", CASE_INSENSITIVE);

Review comment:
       yep, fixed




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org