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

    https://github.com/apache/carbondata/pull/1747#discussion_r159589266
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CarbonScalaUtil.scala
 ---
    @@ -291,4 +291,52 @@ object CarbonScalaUtil {
           })
         otherFields
       }
    +
    +  /**
    +   * If the table is from an old store then the table parameters are in 
lowercase. In the current
    +   * code we are reading the parameters as camel case.
    +   * This method will convert all the schema parts to camel case
    +   *
    +   * @param parameters
    +   * @return
    +   */
    +  def getDeserializedParameters(parameters: Map[String, String]): 
Map[String, String] = {
    --- End diff --
    
    there is no calling point for this method


---

Reply via email to