morningman commented on a change in pull request #3036: Support different keys 
type between mv and base table
URL: https://github.com/apache/incubator-doris/pull/3036#discussion_r387666223
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/catalog/OlapTable.java
 ##########
 @@ -166,13 +155,6 @@ public OlapTable(long id, String tableName, List<Column> 
baseSchema, KeysType ke
 
         this.state = OlapTableState.NORMAL;
 
-        this.indexIdToSchema = new HashMap<Long, List<Column>>();
-        this.indexIdToSchemaHash = new HashMap<Long, Integer>();
-        this.indexIdToSchemaVersion = new HashMap<Long, Integer>();
-
-        this.indexIdToShortKeyColumnCount = new HashMap<Long, Short>();
-        this.indexIdToStorageType = new HashMap<Long, TStorageType>();
-
         this.indexNameToId = new HashMap<String, Long>();
 
 Review comment:
   Duplicated

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to