You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by xubo245 <gi...@git.apache.org> on 2018/04/27 01:53:36 UTC

[GitHub] carbondata pull request #2173: [CARBONDATA-2379] Support SearchModeExample r...

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

    https://github.com/apache/carbondata/pull/2173#discussion_r184575309
  
    --- Diff: store/search/src/main/java/org/apache/carbondata/store/worker/SearchRequestHandler.java ---
    @@ -105,8 +105,6 @@ public ShutdownResponse handleShutdown(ShutdownRequest request) {
           }
         } catch (InterruptedException e) {
           throw new IOException(e);
    -    } finally {
    -      reader.close();
    --- End diff --
    
    Ok, keep it.


---