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

    
https://github.com/apache/incubator-carbondata/pull/622#discussion_r105593981
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonScanRDD.scala
 ---
    @@ -116,8 +116,8 @@ class CarbonScanRDD(
               i += 1
               result.add(partition)
             }
    -      } else if 
(sparkContext.getConf.contains("spark.carbon.custom.distribution") &&
    -                 
sparkContext.getConf.getBoolean("spark.carbon.custom.distribution", false)) {
    +      } else if (java.lang.Boolean
    +        
.parseBoolean(CarbonProperties.getInstance().getProperty("carbon.block.distribution")))
 {
    --- End diff --
    
    fixed review comments
    changed property to carbon.custom.block.distribution
    added into CarbonCommonConstants 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to