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

    https://github.com/apache/carbondata/pull/1584#discussion_r153692789
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/locks/CarbonLockFactory.java ---
    @@ -52,23 +52,23 @@
        */
       public static ICarbonLock getCarbonLockObj(AbsoluteTableIdentifier 
absoluteTableIdentifier,
           String lockFile) {
    -    switch (lockTypeConfigured) {
    -      case CarbonCommonConstants.CARBON_LOCK_TYPE_LOCAL:
    --- End diff --
    
    Why swith case change to if else


---

Reply via email to