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

    https://github.com/apache/carbondata/pull/2391#discussion_r199316994
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/test/Spark2TestQueryExecutor.scala
 ---
    @@ -71,8 +70,8 @@ object Spark2TestQueryExecutor {
         .getOrCreateCarbonSession(null, TestQueryExecutor.metastoredb)
       if (warehouse.startsWith("hdfs://")) {
         System.setProperty(CarbonCommonConstants.HDFS_TEMP_LOCATION, warehouse)
    -    
CarbonProperties.getInstance().addProperty(CarbonCommonConstants.LOCK_TYPE,
    -      CarbonCommonConstants.CARBON_LOCK_TYPE_HDFS)
    +    CarbonProperties.getInstance()
    +      .addProperty(CarbonCommonConstants.LOCK_TYPE, 
CarbonCommonConstants.CARBON_LOCK_TYPE_HDFS)
    --- End diff --
    
    OK,done


---

Reply via email to