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

    https://github.com/apache/carbondata/pull/3047#discussion_r244920921
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/carbondata/api/CarbonStore.scala
 ---
    @@ -46,9 +47,9 @@ object CarbonStore {
     
       def showSegments(
           limit: Option[String],
    -      tablePath: String,
    +      carbonTable: CarbonTable,
    --- End diff --
    
    Move `carbonTable` as the first argument of method


---

Reply via email to