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 2020/07/08 12:46:34 UTC

[GitHub] [ignite] ibessonov commented on a change in pull request #7982: IGNITE-13200 SQL create index on invalid data type

ibessonov commented on a change in pull request #7982:
URL: https://github.com/apache/ignite/pull/7982#discussion_r451515139



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/tree/BPlusTree.java
##########
@@ -2433,7 +2434,7 @@ private T doPut(T row, boolean needOld) throws IgniteCheckedException {
                 }
             }
         }
-        catch (IgniteCheckedException e) {
+        catch (IgniteCheckedException | IgniteSQLException e) {

Review comment:
       Can you please remove this new exception from here? I believe that it's unused and left from previous fix attempt. Thank you!




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