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

    https://github.com/apache/carbondata/pull/1598#discussion_r154063332
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/preaaggregate/CreatePreAggregateTableCommand.scala
 ---
    @@ -112,7 +112,8 @@ case class CreatePreAggregateTableCommand(
         // load child table if parent table has existing segments
         val dbName = 
CarbonEnv.getDatabaseName(parentTableIdentifier.database)(sparkSession)
         val tableName = tableIdentifier.table
    -    val metastorePath = CarbonEnv.getMetadataPath(Some(dbName), 
tableName)(sparkSession)
    +    val metastorePath = CarbonEnv.getMetadataPath(Some(dbName),
    --- End diff --
    
    Please add details comments for this method


---

Reply via email to