Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1469#discussion_r152569958
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/describeTable/TestDescribeTable.scala
---
@@ -34,9 +34,9 @@ class TestDescribeTable extends QueryTest with
BeforeAndAfterAll {
sql("CREATE TABLE Desc2(Dec2Col1 BigInt, Dec2Col2 String, Dec2Col3
Bigint, Dec2Col4 Decimal) stored by 'carbondata'")
}
- test("test describe table") {
- checkAnswer(sql("DESC Desc1"), sql("DESC Desc2"))
- }
+// test("test describe table") {
--- End diff --
Keep the annotation ignore and fix later
---