Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1783#discussion_r161244262
--- 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") {
--- End diff --
it is text file table, not parquet, right?---
