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

    https://github.com/apache/carbondata/pull/1783#discussion_r161244237
  
    --- Diff: 
integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/vectorreader/AddColumnTestCases.scala
 ---
    @@ -656,6 +656,19 @@ class AddColumnTestCases extends Spark2QueryTest with 
BeforeAndAfterAll {
         sql("drop table if exists preagg1")
       }
     
    +  test("test rename parquet table") {
    +    sql("drop table if exists renameParquetTable")
    +    sql("drop table if exists new_renameParquetTable")
    +    sql("create table renameParquetTable (id int,time string) row format 
delimited fields terminated by ',' stored as textfile ")
    --- End diff --
    
    it is text file table, not parquet, right?


---

Reply via email to