Github user ajantha-bhat commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2337#discussion_r190818765
  
    --- Diff: 
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReaderBuilder.java 
---
    @@ -136,10 +160,17 @@ public CarbonReaderBuilder setEndPoint(String key, 
String value) {
        * @return CarbonWriterBuilder
        */
       public CarbonReaderBuilder setEndPoint(String value) {
    -    FileFactory.getConfiguration().set(Constants.ENDPOINT, value);
    -    return this;
    +    return setEndPoint(Constants.ENDPOINT, value);
    --- End diff --
    
    There is one more implementation of setEndPoint. Please add that also


---

Reply via email to