You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/24 08:44:06 UTC

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

wutiangan commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r444739312



##########
File path: fe/src/main/java/org/apache/doris/catalog/EsTable.java
##########
@@ -98,7 +102,7 @@
     // use select city from table, if enable the docvalue, we will fetch the `city` field value from `city.raw`
     private Map<String, String> docValueContext = new HashMap<>();
 
-    private Map<String, String> fieldsContext = new HashMap<>();
+    private Map<String, String> fieldsContext= new HashMap<>();

Review comment:
       ```suggestion
       private Map<String, String> fieldsContext = new HashMap<>();
   ```




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



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