You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by ravipesala <gi...@git.apache.org> on 2018/02/02 02:36:48 UTC

[GitHub] carbondata pull request #1891: [CARBONDATA-2104] Add testcase for concurrent...

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

    https://github.com/apache/carbondata/pull/1891#discussion_r165546149
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonAlterTableCompactionCommand.scala ---
    @@ -77,6 +77,9 @@ case class CarbonAlterTableCompactionCommand(
           }
           relation.carbonTable
         }
    +    if (SegmentStatusManager.loadInProgressForTable(table)) {
    --- End diff --
    
    Can processMetaData can access tablestatus file?


---