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

    https://github.com/apache/carbondata/pull/2161#discussion_r241264666
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/locks/CarbonLockFactory.java ---
    @@ -99,11 +103,17 @@ public static ICarbonLock 
getSystemLevelCarbonLockObj(String locFileLocation, St
           case CarbonCommonConstants.CARBON_LOCK_TYPE_LOCAL:
             return new LocalFileLock(lockFileLocation, lockFile);
           case CarbonCommonConstants.CARBON_LOCK_TYPE_ZOOKEEPER:
    -        return new ZooKeeperLocking(lockFileLocation, lockFile);
    +        return new ZooKeeperLocking(locFileLocation, lockFile);
    +
    --- End diff --
    
    no need to add empty Line in here


---

Reply via email to