Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2571#discussion_r206152587
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestCreateExternalTable.scala
---
@@ -111,5 +115,13 @@ class TestCreateExternalTable extends QueryTest with
BeforeAndAfterAll {
}
assert(exception.getMessage().contains("Create external table as
select"))
}
+ test("create external table with post schema resturcture") {
--- End diff --
Please do insert some data and add assertion for data after create external
table.
---