You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ray (JIRA)" <ji...@apache.org> on 2018/11/19 03:48:00 UTC

[jira] [Created] (IGNITE-10314) QueryEntity is not updated when column and index added or dropped

Ray created IGNITE-10314:
----------------------------

             Summary: 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
             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)