Github user mohammadshahidkhan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2571#discussion_r206425523
--- 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 --
@KanakaKumar Thanks for review.
I have modified the test case to validate the data post restructure and
external table creation.
Please review once.
---