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

    https://github.com/apache/carbondata/pull/1920#discussion_r165810022
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonDataFrameWriter.scala
 ---
    @@ -42,6 +42,10 @@ class CarbonDataFrameWriter(sqlContext: SQLContext, val 
dataFrame: DataFrame) {
     
       private def writeToCarbonFile(parameters: Map[String, String] = Map()): 
Unit = {
         val options = new CarbonOption(parameters)
    +    if (options.tempCSV) {
    --- End diff --
    
    OK.
    move this deprecate information to `CarbonOptions`


---

Reply via email to