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

    https://github.com/apache/carbondata/pull/1630#discussion_r156305867
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/spark/util/CarbonReflectionUtils.scala
 ---
    @@ -175,6 +175,15 @@ object CarbonReflectionUtils {
         }
       }
     
    +  def getDescribeTableFormattedField[T: TypeTag : reflect.ClassTag](obj: 
T): Boolean = {
    +    var isFormatted: Boolean = false
    --- End diff --
    
    make it val


---

Reply via email to