Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2803#discussion_r211055229
  
    --- Diff: 
external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/bolt/EsLookupBolt.java
 ---
    @@ -76,12 +78,12 @@ public void process(Tuple tuple) {
         }
     
         private Collection<Values> lookupValuesInEs(Tuple tuple) throws 
IOException {
    -           String index = tupleMapper.getIndex(tuple);
    -           String type = tupleMapper.getType(tuple);
    -           String id = tupleMapper.getId(tuple);
    -           Map<String, String> params = tupleMapper.getParams(tuple, new 
HashMap<>());
    +        String index = tupleMapper.getIndex(tuple);
    +        String type = tupleMapper.getType(tuple);
    +        String id = tupleMapper.getId(tuple);
    +        Map<String, String> params = tupleMapper.getParams(tuple, new 
HashMap<>());
    --- End diff --
    
    It was broken indentation (mixed tab and space) and the change fixes the 
indentation.


---

Reply via email to