[
https://issues.apache.org/jira/browse/IGNITE-10314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16691218#comment-16691218
]
ASF GitHub Bot commented on IGNITE-10314:
-----------------------------------------
GitHub user ldzhjn opened a pull request:
https://github.com/apache/ignite/pull/5422
IGNITE-10314 QueryEntity is not updated when column and index added or
dropped
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ldzhjn/ignite IGNITE-10314
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5422.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5422
----
commit 50081ba19ec1f0c841adf69408e7db256e22334b
Author: rayliu <rayliu@...>
Date: 2018-11-19T03:43:11Z
Fix bug
----
> QueryEntity is not updated when column and index added or dropped
> -----------------------------------------------------------------
>
> Key: IGNITE-10314
> URL: https://issues.apache.org/jira/browse/IGNITE-10314
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.6, 2.7
> Reporter: Ray
> Assignee: Ray
> Priority: Critical
> Fix For: 2.8
>
>
> When user performs column and index modification operation in SQL(ex create
> index, drop index, add column, drop column), QueryEntity in
> CacheConfiguration for the modified cache is not updated.
>
> Analyse
> QueryEntity in QuerySchema is a local copy of the original QueryEntity, so
> the original QueryEntity is not updated when modification happens.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)